Html Css Color HEX #CF5962 Mandy

📋 copy color: '#CF5962'

red 207 ◦ green 89 ◦ blue 98

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

Shades of Mandy #CF5962

Tints of Mandy #CF5962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 98 (38.67% from 255) = 24.87%

R = 52.54%
G = 22.59%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF5962 (or 0xCF5962) is known color: Mandy. HEX triplet: CF, 59 and 62. RGB value is (207,89,98). Sum of RGB (Red+Green+Blue) = 207+89+98=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5962 is #30A69D. Grayscale: #7D7D7D. Windows color (decimal): -3188382 or 6445519. OLE color: 6445519.

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

Color convert

RGB 207 89 98 -
CMYK 0 0.57 0.53 0.19
HSL 355.42º 0.55% 0.58% -
HSV(B) 355.42º 0.57% 0.81% -
XYZ 31.51 21.29 14 -
YUV 125.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 207 89 98 0 0.57 0.53 0.19 355.42 0.55 0.58
Hex CF 59 62 0 39 35 13 163 37 3A
Octal 317 131 142 0 71 65 23 543 67 72
Binary 11001111 1011001 1100010 0 111001 110101 10011 101100011 110111 111010

Color Harmonies of #CF5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5962

Black with #CF5962

Text Example


Text Example

White with #CF5962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5962; }

 p { color: rgb(207,89,98); }

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

background-color css

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

 a { background-color: rgb(207,89,98); }

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

border-color css

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

 span { border-color: rgb(207,89,98); }

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