#CFD090

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

Shades of Deco #CFD090

Tints of Deco #CFD090

Color information

#CFD090 (or 0xCFD090) is unknown color: approx Deco. HEX triplet: CF, D0 and 90. RGB value is (207,208,144). Sum of RGB (Red+Green+Blue) = 207+208+144=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD090 is #302F6F. Grayscale: #C8C8C8. Windows color (decimal): -3157872 or 9490639. OLE color: 9490639.

HSL color Cylindrical-coordinate representation of color #CFD090: hue angle of 60.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD090 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB207208144-
CMYK0.0000.310.18
HSL60.94º40.51%69.02%-
HSV(B)60.94º30.77%81.57%-
XYZ53.3260.3935.23-
YUV200.496.17132.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=37.03%
G=37.21%
B=25.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081440.0000.310.1860.9440.5169.02
HexCFD090001F123d2945
Octal3173202200037227551105
Binary1100111111010000100100000011111100101111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD090; }

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

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

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

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

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

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

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

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