#CCC167

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

Shades of Tacha #CCC167

Tints of Tacha #CCC167

Color information

#CCC167 (or 0xCCC167) is unknown color: approx Tacha. HEX triplet: CC, C1 and 67. RGB value is (204,193,103). Sum of RGB (Red+Green+Blue) = 204+193+103=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC167 is #333E98. Grayscale: #BABABA. Windows color (decimal): -3358361 or 6799820. OLE color: 6799820.

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

Color convert

RGB204193103-
CMYK00.050.500.2
HSL53.47º49.75%60.2%-
HSV(B)53.47º49.51%80%-
XYZ46.4251.9620.41-
YUV186.0381.14140.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 103 (40.62% from 255) = 20.6%
R=40.8%
G=38.6%
B=20.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419310300.050.500.253.4749.7560.2
HexCCC16705321435323c
Octal314301147056224656274
Binary11001100110000011100111010111001010100110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC167; }

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

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

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

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

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

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

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

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