#CFD795

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

Shades of Deco #CFD795

Tints of Deco #CFD795

Color information

#CFD795 (or 0xCFD795) is unknown color: approx Deco. HEX triplet: CF, D7 and 95. RGB value is (207,215,149). Sum of RGB (Red+Green+Blue) = 207+215+149=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD795 is #30286A. Grayscale: #CDCDCD. Windows color (decimal): -3156075 or 9820111. OLE color: 9820111.

HSL color Cylindrical-coordinate representation of color #CFD795: hue angle of 67.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD795 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB207215149-
CMYK0.0400.310.16
HSL67.27º45.21%71.37%-
HSV(B)67.27º30.7%84.31%-
XYZ55.4664.0437.87-
YUV205.0896.35129.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=36.25%
G=37.65%
B=26.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151490.0400.310.1667.2745.2171.37
HexCFD795401F10432d47
Octal31732722540372010355107
Binary1100111111010111100101011000111111000010000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD795; }

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

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

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

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

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

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

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

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