#CBB458

Color #CBB458 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CBB458

Tints of Tacha #CBB458

Color information

#CBB458 (or 0xCBB458) is unknown color: approx Tacha. HEX triplet: CB, B4 and 58. RGB value is (203,180,88). Sum of RGB (Red+Green+Blue) = 203+180+88=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB458 is #344BA7. Grayscale: #B0B0B0. Windows color (decimal): -3427240 or 5813451. OLE color: 5813451.

HSL color Cylindrical-coordinate representation of color #CBB458: hue angle of 48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBB458 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20318088-
CMYK00.110.570.20
HSL48º52.51%57.06%-
HSV(B)48º56.65%79.61%-
XYZ42.7146.0415.87-
YUV176.3978.12146.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=43.10%
G=38.22%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031808800.110.570.204852.5157.06
HexCBB4580B3914303539
Octal3132641300137124606571
Binary110010111011010010110000101111100110100110000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB458; }

 p { color: rgb(203,180,88); }

 H1.HeaderClassName
 {
   color: #CBB458;
 }
 .AnyTagClassName
 {
   color: #CBB458;
 }
</style>
background-color css

<style>
 a { background-color: #CBB458; }

 a { background-color: rgb(203,180,88); }

 div.DivClassName
 {
   background-color: #CBB458;
 }
 .BgClassName
 {
   background-color: #CBB458;
 }
</style>
border-color css

<style>
 span { border-color: #CBB458; }

 span { border-color: rgb(203,180,88); }

 td.TdClassName
 {
   border-color: #CBB458;
 }
 .TagClassName
 {
   border-color: #CBB458;
 }
</style>