#CCB664

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

Shades of Tacha #CCB664

Tints of Tacha #CCB664

Color information

#CCB664 (or 0xCCB664) is unknown color: approx Tacha. HEX triplet: CC, B6 and 64. RGB value is (204,182,100). Sum of RGB (Red+Green+Blue) = 204+182+100=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB664 is #33499B. Grayscale: #B3B3B3. Windows color (decimal): -3361180 or 6600396. OLE color: 6600396.

HSL color Cylindrical-coordinate representation of color #CCB664: hue angle of 47.31º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCB664 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204182100-
CMYK00.110.510.2
HSL47.31º50.49%59.61%-
HSV(B)47.31º50.98%80%-
XYZ43.9347.2118.85-
YUV179.2383.29145.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=41.98%
G=37.45%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418210000.110.510.247.3150.4959.61
HexCCB6640B33142f323c
Octal3142661440136324576274
Binary110011001011011011001000101111001110100101111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB664; }

 p { color: rgb(204,182,100); }

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

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

 a { background-color: rgb(204,182,100); }

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

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

 span { border-color: rgb(204,182,100); }

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