#CCC465

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

Shades of Tacha #CCC465

Tints of Tacha #CCC465

Color information

#CCC465 (or 0xCCC465) is unknown color: approx Tacha. HEX triplet: CC, C4 and 65. RGB value is (204,196,101). Sum of RGB (Red+Green+Blue) = 204+196+101=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC465 is #333B9A. Grayscale: #BBBBBB. Windows color (decimal): -3357595 or 6669516. OLE color: 6669516.

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

Color convert

RGB204196101-
CMYK00.040.500.2
HSL55.34º50.24%59.8%-
HSV(B)55.34º50.49%80%-
XYZ46.9953.2620.11-
YUV187.5679.15139.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=40.72%
G=39.12%
B=20.16%

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
Decimal20419610100.040.500.255.3450.2459.8
HexCCC46504321437323c
Octal314304145046224676274
Binary11001100110001001100101010011001010100110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC465; }

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

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

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

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

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

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

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

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