#CBBC66

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

Shades of Tacha #CBBC66

Tints of Tacha #CBBC66

Color information

#CBBC66 (or 0xCBBC66) is unknown color: approx Tacha. HEX triplet: CB, BC and 66. RGB value is (203,188,102). Sum of RGB (Red+Green+Blue) = 203+188+102=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC66 is #344399. Grayscale: #B7B7B7. Windows color (decimal): -3425178 or 6733003. OLE color: 6733003.

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

Color convert

RGB203188102-
CMYK00.070.500.20
HSL51.09º49.27%59.8%-
HSV(B)51.09º49.75%79.61%-
XYZ45.0149.6219.78-
YUV182.6882.47142.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 102 (40.23% from 255) = 20.69%
R=41.18%
G=38.13%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318810200.070.500.2051.0949.2759.8
HexCBBC6607321433313c
Octal313274146076224636174
Binary11001011101111001100110011111001010100110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC66; }

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

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

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

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

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

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

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

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