#CCC667

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

Shades of Tacha #CCC667

Tints of Tacha #CCC667

Color information

#CCC667 (or 0xCCC667) is unknown color: approx Tacha. HEX triplet: CC, C6 and 67. RGB value is (204,198,103). Sum of RGB (Red+Green+Blue) = 204+198+103=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC667 is #333998. Grayscale: #BDBDBD. Windows color (decimal): -3357081 or 6801100. OLE color: 6801100.

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

Color convert

RGB204198103-
CMYK00.030.500.2
HSL56.44º49.75%60.2%-
HSV(B)56.44º49.51%80%-
XYZ47.5454.220.79-
YUV188.9679.49138.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 103 (40.62% from 255) = 20.40%
R=40.40%
G=39.21%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419810300.030.500.256.4449.7560.2
HexCCC66703321438323c
Octal314306147036224706274
Binary1100110011000110110011101111001010100111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC667; }

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

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

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

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

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

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

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

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