#CFD890

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

Shades of Deco #CFD890

Tints of Deco #CFD890

Color information

#CFD890 (or 0xCFD890) is unknown color: approx Deco. HEX triplet: CF, D8 and 90. RGB value is (207,216,144). Sum of RGB (Red+Green+Blue) = 207+216+144=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD890 is #30276F. Grayscale: #CDCDCD. Windows color (decimal): -3155824 or 9492687. OLE color: 9492687.

HSL color Cylindrical-coordinate representation of color #CFD890: hue angle of 67.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFD890 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB207216144-
CMYK0.0400.330.15
HSL67.5º48%70.59%-
HSV(B)67.5º33.33%84.71%-
XYZ55.3264.3935.9-
YUV205.193.52129.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=36.51%
G=38.10%
B=25.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161440.0400.330.1567.54870.59
HexCFD8904021F443047
Octal31733022040411710460107
Binary1100111111011000100100001000100001111110001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD890; }

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

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

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

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

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

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

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

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