#CFD592

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

Shades of Deco #CFD592

Tints of Deco #CFD592

Color information

#CFD592 (or 0xCFD592) is unknown color: approx Deco. HEX triplet: CF, D5 and 92. RGB value is (207,213,146). Sum of RGB (Red+Green+Blue) = 207+213+146=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD592 is #302A6D. Grayscale: #CBCBCB. Windows color (decimal): -3156590 or 9622991. OLE color: 9622991.

HSL color Cylindrical-coordinate representation of color #CFD592: hue angle of 65.37º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD592 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB207213146-
CMYK0.0300.310.16
HSL65.37º44.37%70.39%-
HSV(B)65.37º31.46%83.53%-
XYZ54.7162.9336.46-
YUV203.5795.51130.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 146 (57.42% from 255) = 25.80%
R=36.57%
G=37.63%
B=25.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131460.0300.310.1665.3744.3770.39
HexCFD592301F10412c46
Octal31732522230372010154106
Binary110011111101010110010010110111111000010000011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD592; }

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

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

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

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

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

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

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

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