Html Css Color HEX #CF7390 Charm

📋 copy color: '#CF7390'

red 207 ◦ green 115 ◦ blue 144

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

Shades of Charm #CF7390

Tints of Charm #CF7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 44.42%
G = 24.68%
B = 30.9%

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

#CF7390 (or 0xCF7390) is known color: Charm. HEX triplet: CF, 73 and 90. RGB value is (207,115,144). Sum of RGB (Red+Green+Blue) = 207+115+144=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7390 is #308C6F. Grayscale: #919191. Windows color (decimal): -3181680 or 9466831. OLE color: 9466831.

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

Color convert

RGB 207 115 144 -
CMYK 0 0.44 0.30 0.19
HSL 341.09º 0.49% 0.63% -
HSV(B) 341.09º 0.44% 0.81% -
XYZ 36.9 27.54 29.76 -
YUV 145.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 207 115 144 0 0.44 0.30 0.19 341.09 0.49 0.63
Hex CF 73 90 0 2C 1E 13 155 31 3F
Octal 317 163 220 0 54 36 23 525 61 77
Binary 11001111 1110011 10010000 0 101100 11110 10011 101010101 110001 111111

Color Harmonies of #CF7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7390

Black with #CF7390

Text Example


Text Example

White with #CF7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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