#CCB76B

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

Shades of Tacha #CCB76B

Tints of Tacha #CCB76B

Color information

#CCB76B (or 0xCCB76B) is unknown color: approx Tacha. HEX triplet: CC, B7 and 6B. RGB value is (204,183,107). Sum of RGB (Red+Green+Blue) = 204+183+107=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB76B is #334894. Grayscale: #B4B4B4. Windows color (decimal): -3360917 or 7059404. OLE color: 7059404.

HSL color Cylindrical-coordinate representation of color #CCB76B: hue angle of 47.01º 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 #CCB76B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204183107-
CMYK00.100.480.2
HSL47.01º48.74%60.98%-
HSV(B)47.01º47.55%80%-
XYZ44.4947.7720.78-
YUV180.6186.46144.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 107 (42.19% from 255) = 21.66%
R=41.30%
G=37.04%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418310700.100.480.247.0148.7460.98
HexCCB76B0A30142f313d
Octal3142671530126024576175
Binary110011001011011111010110101011000010100101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB76B; }

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

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

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

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

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

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

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

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