#CFD595

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

Shades of Deco #CFD595

Tints of Deco #CFD595

Color information

#CFD595 (or 0xCFD595) is unknown color: approx Deco. HEX triplet: CF, D5 and 95. RGB value is (207,213,149). Sum of RGB (Red+Green+Blue) = 207+213+149=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD595 is #302A6A. Grayscale: #CCCCCC. Windows color (decimal): -3156587 or 9819599. OLE color: 9819599.

HSL color Cylindrical-coordinate representation of color #CFD595: hue angle of 65.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFD595 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB207213149-
CMYK0.0300.300.16
HSL65.62º43.24%70.98%-
HSV(B)65.62º30.05%83.53%-
XYZ54.9563.0237.7-
YUV203.9197.01130.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=36.38%
G=37.43%
B=26.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131490.0300.300.1665.6243.2470.98
HexCFD595301E10422b47
Octal31732522530362010253107
Binary110011111101010110010101110111101000010000101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD595; }

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

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

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

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

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

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

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

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