#CBC066

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

Shades of Tacha #CBC066

Tints of Tacha #CBC066

Color information

#CBC066 (or 0xCBC066) is unknown color: approx Tacha. HEX triplet: CB, C0 and 66. RGB value is (203,192,102). Sum of RGB (Red+Green+Blue) = 203+192+102=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC066 is #343F99. Grayscale: #B9B9B9. Windows color (decimal): -3424154 or 6734027. OLE color: 6734027.

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

Color convert

RGB203192102-
CMYK00.050.500.20
HSL53.47º49.27%59.8%-
HSV(B)53.47º49.75%79.61%-
XYZ45.8851.3620.06-
YUV185.0381.14140.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 102 (40.23% from 255) = 20.52%
R=40.85%
G=38.63%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319210200.050.500.2053.4749.2759.8
HexCBC06605321435313c
Octal313300146056224656174
Binary11001011110000001100110010111001010100110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC066; }

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

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

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

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

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

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

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

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