Html Css Color HEX #CF5260 Mandy

📋 copy color: '#CF5260'

red 207 ◦ green 82 ◦ blue 96

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

Shades of Mandy #CF5260

Tints of Mandy #CF5260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 53.77%
G = 21.3%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF5260 (or 0xCF5260) is known color: Mandy. HEX triplet: CF, 52 and 60. RGB value is (207,82,96). Sum of RGB (Red+Green+Blue) = 207+82+96=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5260 is #30AD9F. Grayscale: #797979. Windows color (decimal): -3190176 or 6312655. OLE color: 6312655.

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

Color convert

RGB 207 82 96 -
CMYK 0 0.60 0.54 0.19
HSL 353.28º 0.57% 0.57% -
HSV(B) 353.28º 0.6% 0.81% -
XYZ 30.86 20.14 13.33 -
YUV 120.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 207 82 96 0 0.60 0.54 0.19 353.28 0.57 0.57
Hex CF 52 60 0 3C 36 13 161 39 39
Octal 317 122 140 0 74 66 23 541 71 71
Binary 11001111 1010010 1100000 0 111100 110110 10011 101100001 111001 111001

Color Harmonies of #CF5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5260

Black with #CF5260

Text Example


Text Example

White with #CF5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5260; }

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

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

background-color css

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

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

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

border-color css

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

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

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