Html Css Color HEX #CF7590 Charm

📋 copy color: '#CF7590'

red 207 ◦ green 117 ◦ blue 144

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

Shades of Charm #CF7590

Tints of Charm #CF7590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 44.23%
G = 25%
B = 30.77%

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

#CF7590 (or 0xCF7590) is known color: Charm. HEX triplet: CF, 75 and 90. RGB value is (207,117,144). Sum of RGB (Red+Green+Blue) = 207+117+144=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7590 is #308A6F. Grayscale: #929292. Windows color (decimal): -3181168 or 9467343. OLE color: 9467343.

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

Color convert

RGB 207 117 144 -
CMYK 0 0.43 0.30 0.19
HSL 342º 0.48% 0.64% -
HSV(B) 342º 0.43% 0.81% -
XYZ 37.13 28 29.83 -
YUV 146.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 207 117 144 0 0.43 0.30 0.19 342 0.48 0.64
Hex CF 75 90 0 2B 1E 13 156 30 40
Octal 317 165 220 0 53 36 23 526 60 100
Binary 11001111 1110101 10010000 0 101011 11110 10011 101010110 110000 1000000

Color Harmonies of #CF7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7590

Black with #CF7590

Text Example


Text Example

White with #CF7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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