#CCC467

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

Shades of Tacha #CCC467

Tints of Tacha #CCC467

Color information

#CCC467 (or 0xCCC467) is unknown color: approx Tacha. HEX triplet: CC, C4 and 67. RGB value is (204,196,103). Sum of RGB (Red+Green+Blue) = 204+196+103=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC467 is #333B98. Grayscale: #BCBCBC. Windows color (decimal): -3357593 or 6800588. OLE color: 6800588.

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

Color convert

RGB204196103-
CMYK00.040.500.2
HSL55.25º49.75%60.2%-
HSV(B)55.25º49.51%80%-
XYZ47.0953.320.64-
YUV187.7980.15139.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 103 (40.62% from 255) = 20.48%
R=40.56%
G=38.97%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419610300.040.500.255.2549.7560.2
HexCCC46704321437323c
Octal314304147046224676274
Binary11001100110001001100111010011001010100110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC467; }

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

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

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

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

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

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

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

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