#CBBB66

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

Shades of Tacha #CBBB66

Tints of Tacha #CBBB66

Color information

#CBBB66 (or 0xCBBB66) is unknown color: approx Tacha. HEX triplet: CB, BB and 66. RGB value is (203,187,102). Sum of RGB (Red+Green+Blue) = 203+187+102=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB66 is #344499. Grayscale: #B6B6B6. Windows color (decimal): -3425434 or 6732747. OLE color: 6732747.

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

Color convert

RGB203187102-
CMYK00.080.500.20
HSL50.5º49.27%59.8%-
HSV(B)50.5º49.75%79.61%-
XYZ44.849.219.71-
YUV182.0982.8142.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=41.26%
G=38.01%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318710200.080.500.2050.549.2759.8
HexCBBB6608321432313c
Octal3132731460106224626174
Binary110010111011101111001100100011001010100110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB66; }

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

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

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

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

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

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

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

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