#CBC566

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

Shades of Tacha #CBC566

Tints of Tacha #CBC566

Color information

#CBC566 (or 0xCBC566) is unknown color: approx Tacha. HEX triplet: CB, C5 and 66. RGB value is (203,197,102). Sum of RGB (Red+Green+Blue) = 203+197+102=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC566 is #343A99. Grayscale: #BCBCBC. Windows color (decimal): -3422874 or 6735307. OLE color: 6735307.

HSL color Cylindrical-coordinate representation of color #CBC566: hue angle of 56.44º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBC566 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203197102-
CMYK00.030.500.20
HSL56.44º49.27%59.8%-
HSV(B)56.44º49.75%79.61%-
XYZ46.9953.5920.44-
YUV187.9679.49138.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=40.44%
G=39.24%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319710200.030.500.2056.4449.2759.8
HexCBC56603321438313c
Octal313305146036224706174
Binary1100101111000101110011001111001010100111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC566; }

 p { color: rgb(203,197,102); }

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

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

 a { background-color: rgb(203,197,102); }

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

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

 span { border-color: rgb(203,197,102); }

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