#CF7983

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

Shades of Charm #CF7983

Tints of Charm #CF7983

Color information

#CF7983 (or 0xCF7983) is unknown color: approx Charm. HEX triplet: CF, 79 and 83. RGB value is (207,121,131). Sum of RGB (Red+Green+Blue) = 207+121+131=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7983 is #30867C. Grayscale: #939393. Windows color (decimal): -3180157 or 8616399. OLE color: 8616399.

HSL color Cylindrical-coordinate representation of color #CF7983: hue angle of 353.02º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7983 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207121131-
CMYK00.420.370.19
HSL353.02º47.25%64.31%-
HSV(B)353.02º41.55%81.18%-
XYZ36.6728.5825.06-
YUV147.85118.49170.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=45.10%
G=26.36%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712113100.420.370.19353.0247.2564.31
HexCF798302A25131612f40
Octal317171203052452354157100
Binary110011111111001100000110101010100101100111011000011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7983; }

 p { color: rgb(207,121,131); }

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

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

 a { background-color: rgb(207,121,131); }

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

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

 span { border-color: rgb(207,121,131); }

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