#CCC162

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

Shades of Tacha #CCC162

Tints of Tacha #CCC162

Color information

#CCC162 (or 0xCCC162) is unknown color: approx Tacha. HEX triplet: CC, C1 and 62. RGB value is (204,193,98). Sum of RGB (Red+Green+Blue) = 204+193+98=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC162 is #333E9D. Grayscale: #B9B9B9. Windows color (decimal): -3358366 or 6472140. OLE color: 6472140.

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

Color convert

RGB20419398-
CMYK00.050.520.2
HSL53.77º50.96%59.22%-
HSV(B)53.77º51.96%80%-
XYZ46.1851.8619.13-
YUV185.4678.64141.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 98 (38.67% from 255) = 19.80%
R=41.21%
G=38.99%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041939800.050.520.253.7750.9659.22
HexCCC16205341436333b
Octal314301142056424666373
Binary11001100110000011100010010111010010100110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC162; }

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

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

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

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

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

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

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

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