#CFCC90

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

Shades of Deco #CFCC90

Tints of Deco #CFCC90

Color information

#CFCC90 (or 0xCFCC90) is unknown color: approx Deco. HEX triplet: CF, CC and 90. RGB value is (207,204,144). Sum of RGB (Red+Green+Blue) = 207+204+144=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC90 is #30336F. Grayscale: #C6C6C6. Windows color (decimal): -3158896 or 9489615. OLE color: 9489615.

HSL color Cylindrical-coordinate representation of color #CFCC90: hue angle of 57.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFCC90 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207204144-
CMYK00.010.300.19
HSL57.14º39.62%68.82%-
HSV(B)57.14º30.43%81.18%-
XYZ52.3658.4634.91-
YUV198.0697.49134.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 144 (56.64% from 255) = 25.95%
R=37.30%
G=36.76%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720414400.010.300.1957.1439.6268.82
HexCFCC90011E13392845
Octal3173142200136237150105
Binary1100111111001100100100000111110100111110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC90; }

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

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

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

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

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

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

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

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