#CFD392

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

Shades of Deco #CFD392

Tints of Deco #CFD392

Color information

#CFD392 (or 0xCFD392) is unknown color: approx Deco. HEX triplet: CF, D3 and 92. RGB value is (207,211,146). Sum of RGB (Red+Green+Blue) = 207+211+146=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD392 is #302C6D. Grayscale: #CACACA. Windows color (decimal): -3157102 or 9622479. OLE color: 9622479.

HSL color Cylindrical-coordinate representation of color #CFD392: hue angle of 63.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD392 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB207211146-
CMYK0.0200.310.17
HSL63.69º42.48%70%-
HSV(B)63.69º30.81%82.75%-
XYZ54.2161.9336.29-
YUV202.3996.17131.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 211 (82.81% from 255) = 37.41%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=36.70%
G=37.41%
B=25.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111460.0200.310.1763.6942.4870
HexCFD392201F11402a46
Octal31732322220372110052106
Binary110011111101001110010010100111111000110000001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD392; }

 p { color: rgb(207,211,146); }

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

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

 a { background-color: rgb(207,211,146); }

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

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

 span { border-color: rgb(207,211,146); }

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