Html Css Color HEX #CF7591 Charm

📋 copy color: '#CF7591'

red 207 ◦ green 117 ◦ blue 145

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

Shades of Charm #CF7591

Tints of Charm #CF7591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.95%

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

R = 44.14%
G = 24.95%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF7591 (or 0xCF7591) is known color: Charm. HEX triplet: CF, 75 and 91. RGB value is (207,117,145). Sum of RGB (Red+Green+Blue) = 207+117+145=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7591 is #308A6E. Grayscale: #939393. Windows color (decimal): -3181167 or 9532879. OLE color: 9532879.

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

Color convert

RGB 207 117 145 -
CMYK 0 0.43 0.30 0.19
HSL 341.33º 0.48% 0.64% -
HSV(B) 341.33º 0.43% 0.81% -
XYZ 37.2 28.03 30.24 -
YUV 147.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 207 117 145 0 0.43 0.30 0.19 341.33 0.48 0.64
Hex CF 75 91 0 2B 1E 13 155 30 40
Octal 317 165 221 0 53 36 23 525 60 100
Binary 11001111 1110101 10010001 0 101011 11110 10011 101010101 110000 1000000

Color Harmonies of #CF7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7591

Black with #CF7591

Text Example


Text Example

White with #CF7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7591; }

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

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

background-color css

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

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

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

border-color css

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

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

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