#CBC366

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

Shades of Tacha #CBC366

Tints of Tacha #CBC366

Color information

#CBC366 (or 0xCBC366) is unknown color: approx Tacha. HEX triplet: CB, C3 and 66. RGB value is (203,195,102). Sum of RGB (Red+Green+Blue) = 203+195+102=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC366 is #343C99. Grayscale: #BBBBBB. Windows color (decimal): -3423386 or 6734795. OLE color: 6734795.

HSL color Cylindrical-coordinate representation of color #CBC366: hue angle of 55.25º 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 #CBC366 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203195102-
CMYK00.040.500.20
HSL55.25º49.27%59.8%-
HSV(B)55.25º49.75%79.61%-
XYZ46.5452.6920.29-
YUV186.7980.15139.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 102 (40.23% from 255) = 20.4%
R=40.6%
G=39%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319510200.040.500.2055.2549.2759.8
HexCBC36604321437313c
Octal313303146046224676174
Binary11001011110000111100110010011001010100110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC366; }

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

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

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

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

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

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

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

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