#CF7484

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

Shades of Charm #CF7484

Tints of Charm #CF7484

Color information

#CF7484 (or 0xCF7484) is unknown color: approx Charm. HEX triplet: CF, 74 and 84. RGB value is (207,116,132). Sum of RGB (Red+Green+Blue) = 207+116+132=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7484 is #308B7B. Grayscale: #919191. Windows color (decimal): -3181436 or 8680655. OLE color: 8680655.

HSL color Cylindrical-coordinate representation of color #CF7484: hue angle of 349.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7484 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207116132-
CMYK00.440.360.19
HSL349.45º48.66%63.33%-
HSV(B)349.45º43.96%81.18%-
XYZ36.1427.4225.22-
YUV145.03120.65172.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=45.49%
G=25.49%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711613200.440.360.19349.4548.6663.33
HexCF748402C241315d313f
Octal31716420405444235356177
Binary11001111111010010000100010110010010010011101011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7484; }

 p { color: rgb(207,116,132); }

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

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

 a { background-color: rgb(207,116,132); }

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

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

 span { border-color: rgb(207,116,132); }

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