#CCC067

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

Shades of Tacha #CCC067

Tints of Tacha #CCC067

Color information

#CCC067 (or 0xCCC067) is unknown color: approx Tacha. HEX triplet: CC, C0 and 67. RGB value is (204,192,103). Sum of RGB (Red+Green+Blue) = 204+192+103=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC067 is #333F98. Grayscale: #B9B9B9. Windows color (decimal): -3358617 or 6799564. OLE color: 6799564.

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

Color convert

RGB204192103-
CMYK00.060.500.2
HSL52.87º49.75%60.2%-
HSV(B)52.87º49.51%80%-
XYZ46.251.5220.34-
YUV185.4481.48141.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 103 (40.62% from 255) = 20.64%
R=40.88%
G=38.48%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419210300.060.500.252.8749.7560.2
HexCCC06706321435323c
Octal314300147066224656274
Binary11001100110000001100111011011001010100110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC067; }

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

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

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

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

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

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

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

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