#CFD995

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

Shades of Deco #CFD995

Tints of Deco #CFD995

Color information

#CFD995 (or 0xCFD995) is unknown color: approx Deco. HEX triplet: CF, D9 and 95. RGB value is (207,217,149). Sum of RGB (Red+Green+Blue) = 207+217+149=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD995 is #30266A. Grayscale: #CECECE. Windows color (decimal): -3155563 or 9820623. OLE color: 9820623.

HSL color Cylindrical-coordinate representation of color #CFD995: hue angle of 68.82º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD995 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB207217149-
CMYK0.0500.310.15
HSL68.82º47.22%71.76%-
HSV(B)68.82º31.34%85.1%-
XYZ55.9765.0638.04-
YUV206.2695.69128.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=36.13%
G=37.87%
B=26.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171490.0500.310.1568.8247.2271.76
HexCFD995501FF452f48
Octal31733122550371710557110
Binary110011111101100110010101101011111111110001011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD995; }

 p { color: rgb(207,217,149); }

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

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

 a { background-color: rgb(207,217,149); }

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

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

 span { border-color: rgb(207,217,149); }

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