Html Css Color HEX #CF4960 Mandy

📋 copy color: '#CF4960'

red 207 ◦ green 73 ◦ blue 96

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

Shades of Mandy #CF4960

Tints of Mandy #CF4960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 55.05%
G = 19.41%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF4960 (or 0xCF4960) is known color: Mandy. HEX triplet: CF, 49 and 60. RGB value is (207,73,96). Sum of RGB (Red+Green+Blue) = 207+73+96=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4960 is #30B69F. Grayscale: #737373. Windows color (decimal): -3192480 or 6310351. OLE color: 6310351.

HSL color Cylindrical-coordinate representation of color #CF4960: hue angle of 349.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4960 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 96 -
CMYK 0 0.65 0.54 0.19
HSL 349.7º 0.58% 0.55% -
HSV(B) 349.7º 0.65% 0.81% -
XYZ 30.23 18.88 13.12 -
YUV 115.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 207 73 96 0 0.65 0.54 0.19 349.7 0.58 0.55
Hex CF 49 60 0 41 36 13 15E 3A 37
Octal 317 111 140 0 101 66 23 536 72 67
Binary 11001111 1001001 1100000 0 1000001 110110 10011 101011110 111010 110111

Color Harmonies of #CF4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4960

Black with #CF4960

Text Example


Text Example

White with #CF4960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4960; }

 p { color: rgb(207,73,96); }

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

background-color css

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

 a { background-color: rgb(207,73,96); }

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

border-color css

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

 span { border-color: rgb(207,73,96); }

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