#CCB76C

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

Shades of Tacha #CCB76C

Tints of Tacha #CCB76C

Color information

#CCB76C (or 0xCCB76C) is unknown color: approx Tacha. HEX triplet: CC, B7 and 6C. RGB value is (204,183,108). Sum of RGB (Red+Green+Blue) = 204+183+108=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB76C is #334893. Grayscale: #B5B5B5. Windows color (decimal): -3360916 or 7124940. OLE color: 7124940.

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

Color convert

RGB204183108-
CMYK00.100.470.2
HSL46.88º48.48%61.18%-
HSV(B)46.88º47.06%80%-
XYZ44.5447.7921.06-
YUV180.7386.96144.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=41.21%
G=36.97%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418310800.100.470.246.8848.4861.18
HexCCB76C0A2F142f303d
Octal3142671540125724576075
Binary110011001011011111011000101010111110100101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB76C; }

 p { color: rgb(204,183,108); }

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

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

 a { background-color: rgb(204,183,108); }

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

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

 span { border-color: rgb(204,183,108); }

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