#CFD596

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

Shades of Deco #CFD596

Tints of Deco #CFD596

Color information

#CFD596 (or 0xCFD596) is unknown color: approx Deco. HEX triplet: CF, D5 and 96. RGB value is (207,213,150). Sum of RGB (Red+Green+Blue) = 207+213+150=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD596 is #302A69. Grayscale: #CCCCCC. Windows color (decimal): -3156586 or 9885135. OLE color: 9885135.

HSL color Cylindrical-coordinate representation of color #CFD596: hue angle of 65.71º 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 #CFD596 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB207213150-
CMYK0.0300.300.16
HSL65.71º42.86%71.18%-
HSV(B)65.71º29.58%83.53%-
XYZ55.0363.0638.12-
YUV204.0297.51130.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=36.32%
G=37.37%
B=26.32%

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
Decimal2072131500.0300.300.1665.7142.8671.18
HexCFD596301E10422b47
Octal31732522630362010253107
Binary110011111101010110010110110111101000010000101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD596; }

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

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

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

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

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

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

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

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