#CCB662

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

Shades of Tacha #CCB662

Tints of Tacha #CCB662

Color information

#CCB662 (or 0xCCB662) is unknown color: approx Tacha. HEX triplet: CC, B6 and 62. RGB value is (204,182,98). Sum of RGB (Red+Green+Blue) = 204+182+98=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB662 is #33499D. Grayscale: #B3B3B3. Windows color (decimal): -3361182 or 6469324. OLE color: 6469324.

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

Color convert

RGB20418298-
CMYK00.110.520.2
HSL47.55º50.96%59.22%-
HSV(B)47.55º51.96%80%-
XYZ43.8347.1818.35-
YUV17982.29145.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 98 (38.67% from 255) = 20.25%
R=42.15%
G=37.60%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041829800.110.520.247.5550.9659.22
HexCCB6620B341430333b
Octal3142661420136424606373
Binary110011001011011011000100101111010010100110000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB662; }

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

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

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

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

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

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

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

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