#CBBB60

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

Shades of Tacha #CBBB60

Tints of Tacha #CBBB60

Color information

#CBBB60 (or 0xCBBB60) is unknown color: approx Tacha. HEX triplet: CB, BB and 60. RGB value is (203,187,96). Sum of RGB (Red+Green+Blue) = 203+187+96=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB60 is #34449F. Grayscale: #B5B5B5. Windows color (decimal): -3425440 or 6339531. OLE color: 6339531.

HSL color Cylindrical-coordinate representation of color #CBBB60: hue angle of 51.03º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBBB60 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20318796-
CMYK00.080.530.20
HSL51.03º50.71%58.63%-
HSV(B)51.03º52.71%79.61%-
XYZ44.5149.0818.19-
YUV181.4179.8143.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 96 (37.89% from 255) = 19.75%
R=41.77%
G=38.48%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031879600.080.530.2051.0350.7158.63
HexCBBB6008351433333b
Octal3132731400106524636373
Binary110010111011101111000000100011010110100110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB60; }

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

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

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

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

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

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

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

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