Html Css Color HEX #CF7491 Charm

📋 copy color: '#CF7491'

red 207 ◦ green 116 ◦ blue 145

#CF7491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CF7491

Tints of Charm #CF7491

RGB

 RED value IS 207 (81.25% from 255) = 44.23%

 GREEN value IS 116 (45.7% from 255) = 24.79%

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 44.23%
G = 24.79%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF7491 (or 0xCF7491) is known color: Charm. HEX triplet: CF, 74 and 91. RGB value is (207,116,145). Sum of RGB (Red+Green+Blue) = 207+116+145=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7491 is #308B6E. Grayscale: #929292. Windows color (decimal): -3181423 or 9532623. OLE color: 9532623.

HSL color Cylindrical-coordinate representation of color #CF7491: hue angle of 340.88º 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 #CF7491 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 145 -
CMYK 0 0.44 0.30 0.19
HSL 340.88º 0.49% 0.63% -
HSV(B) 340.88º 0.44% 0.81% -
XYZ 37.09 27.8 30.2 -
YUV 146.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 207 116 145 0 0.44 0.30 0.19 340.88 0.49 0.63
Hex CF 74 91 0 2C 1E 13 155 31 3F
Octal 317 164 221 0 54 36 23 525 61 77
Binary 11001111 1110100 10010001 0 101100 11110 10011 101010101 110001 111111

Color Harmonies of #CF7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7491

Black with #CF7491

Text Example


Text Example

White with #CF7491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7491; }

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

 H1.HeaderClassName
 {
   color: #CF7491;
 }
 .AnyTagClassName
 {
   color: #CF7491;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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