#CCB96A

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

Shades of Tacha #CCB96A

Tints of Tacha #CCB96A

Color information

#CCB96A (or 0xCCB96A) is unknown color: approx Tacha. HEX triplet: CC, B9 and 6A. RGB value is (204,185,106). Sum of RGB (Red+Green+Blue) = 204+185+106=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB96A is #334695. Grayscale: #B6B6B6. Windows color (decimal): -3360406 or 6994380. OLE color: 6994380.

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

Color convert

RGB204185106-
CMYK00.090.480.2
HSL48.37º49%60.78%-
HSV(B)48.37º48.04%80%-
XYZ44.8548.5820.65-
YUV181.6885.29143.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=41.21%
G=37.37%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418510600.090.480.248.374960.78
HexCCB96A09301430313d
Octal3142711520116024606175
Binary110011001011100111010100100111000010100110000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB96A; }

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

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

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

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

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

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

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

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