#CBB85C

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

Shades of Tacha #CBB85C

Tints of Tacha #CBB85C

Color information

#CBB85C (or 0xCBB85C) is unknown color: approx Tacha. HEX triplet: CB, B8 and 5C. RGB value is (203,184,92). Sum of RGB (Red+Green+Blue) = 203+184+92=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB85C is #3447A3. Grayscale: #B3B3B3. Windows color (decimal): -3426212 or 6076619. OLE color: 6076619.

HSL color Cylindrical-coordinate representation of color #CBB85C: hue angle of 49.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBB85C is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20318492-
CMYK00.090.550.20
HSL49.73º51.63%57.84%-
HSV(B)49.73º54.68%79.61%-
XYZ43.747.7517.04-
YUV179.1978.79144.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=42.38%
G=38.41%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031849200.090.550.2049.7351.6357.84
HexCBB85C09371432343a
Octal3132701340116724626472
Binary110010111011100010111000100111011110100110010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB85C; }

 p { color: rgb(203,184,92); }

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

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

 a { background-color: rgb(203,184,92); }

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

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

 span { border-color: rgb(203,184,92); }

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