#CCB162

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

Shades of Tacha #CCB162

Tints of Tacha #CCB162

Color information

#CCB162 (or 0xCCB162) is unknown color: approx Tacha. HEX triplet: CC, B1 and 62. RGB value is (204,177,98). Sum of RGB (Red+Green+Blue) = 204+177+98=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB162 is #334E9D. Grayscale: #B0B0B0. Windows color (decimal): -3362462 or 6468044. OLE color: 6468044.

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

Color convert

RGB20417798-
CMYK00.130.520.2
HSL44.72º50.96%59.22%-
HSV(B)44.72º51.96%80%-
XYZ42.8345.1618.02-
YUV176.0783.95147.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=42.59%
G=36.95%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041779800.130.520.244.7250.9659.22
HexCCB1620D34142d333b
Octal3142611420156424556373
Binary110011001011000111000100110111010010100101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB162; }

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

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

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

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

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

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

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

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