#CFD093

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

Shades of Deco #CFD093

Tints of Deco #CFD093

Color information

#CFD093 (or 0xCFD093) is unknown color: approx Deco. HEX triplet: CF, D0 and 93. RGB value is (207,208,147). Sum of RGB (Red+Green+Blue) = 207+208+147=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD093 is #302F6C. Grayscale: #C8C8C8. Windows color (decimal): -3157869 or 9687247. OLE color: 9687247.

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

Color convert

RGB207208147-
CMYK0.0000.290.18
HSL60.98º39.35%69.61%-
HSV(B)60.98º29.33%81.57%-
XYZ53.5560.4836.46-
YUV200.7597.67132.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=36.83%
G=37.01%
B=26.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081470.0000.290.1860.9839.3569.61
HexCFD093001D123d2746
Octal3173202230035227547106
Binary1100111111010000100100110011101100101111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD093; }

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

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

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

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

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

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

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

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