#CCCA75

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

Shades of Deco #CCCA75

Tints of Deco #CCCA75

Color information

#CCCA75 (or 0xCCCA75) is unknown color: approx Deco. HEX triplet: CC, CA and 75. RGB value is (204,202,117). Sum of RGB (Red+Green+Blue) = 204+202+117=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA75 is #33358A. Grayscale: #C1C1C1. Windows color (decimal): -3356043 or 7719628. OLE color: 7719628.

HSL color Cylindrical-coordinate representation of color #CCCA75: hue angle of 58.62º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCCA75 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204202117-
CMYK00.010.430.2
HSL58.62º46.03%62.94%-
HSV(B)58.62º42.65%80%-
XYZ49.2356.3625.11-
YUV192.9185.16135.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=39.01%
G=38.62%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420211700.010.430.258.6246.0362.94
HexCCCA75012B143b2e3f
Octal314312165015324735677
Binary110011001100101011101010110101110100111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA75; }

 p { color: rgb(204,202,117); }

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

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

 a { background-color: rgb(204,202,117); }

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

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

 span { border-color: rgb(204,202,117); }

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