#CCCF8C

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

Shades of Deco #CCCF8C

Tints of Deco #CCCF8C

Color information

#CCCF8C (or 0xCCCF8C) is unknown color: approx Deco. HEX triplet: CC, CF and 8C. RGB value is (204,207,140). Sum of RGB (Red+Green+Blue) = 204+207+140=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF8C is #333073. Grayscale: #C6C6C6. Windows color (decimal): -3354740 or 9228236. OLE color: 9228236.

HSL color Cylindrical-coordinate representation of color #CCCF8C: hue angle of 62.69º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCCF8C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB204207140-
CMYK0.0100.320.19
HSL62.69º41.1%68.04%-
HSV(B)62.69º32.37%81.18%-
XYZ51.9559.3633.53-
YUV198.4695.01131.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=37.02%
G=37.57%
B=25.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071400.0100.320.1962.6941.168.04
HexCCCF8C1020133f2944
Octal3143172141040237751104
Binary11001100110011111000110010100000100111111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF8C; }

 p { color: rgb(204,207,140); }

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

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

 a { background-color: rgb(204,207,140); }

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

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

 span { border-color: rgb(204,207,140); }

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