#CCB96E

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

Shades of Tacha #CCB96E

Tints of Tacha #CCB96E

Color information

#CCB96E (or 0xCCB96E) is unknown color: approx Tacha. HEX triplet: CC, B9 and 6E. RGB value is (204,185,110). Sum of RGB (Red+Green+Blue) = 204+185+110=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB96E is #334691. Grayscale: #B6B6B6. Windows color (decimal): -3360402 or 7256524. OLE color: 7256524.

HSL color Cylindrical-coordinate representation of color #CCB96E: hue angle of 47.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCB96E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204185110-
CMYK00.090.460.2
HSL47.87º47.96%61.57%-
HSV(B)47.87º46.08%80%-
XYZ45.0748.6621.77-
YUV182.1387.29143.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 110 (43.36% from 255) = 22.04%
R=40.88%
G=37.07%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418511000.090.460.247.8747.9661.57
HexCCB96E092E1430303e
Octal3142711560115624606076
Binary110011001011100111011100100110111010100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB96E; }

 p { color: rgb(204,185,110); }

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

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

 a { background-color: rgb(204,185,110); }

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

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

 span { border-color: rgb(204,185,110); }

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