Html Css Color HEX #CF5259 Mandy

📋 copy color: '#CF5259'

red 207 ◦ green 82 ◦ blue 89

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

Shades of Mandy #CF5259

Tints of Mandy #CF5259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 54.76%
G = 21.69%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF5259 (or 0xCF5259) is known color: Mandy. HEX triplet: CF, 52 and 59. RGB value is (207,82,89). Sum of RGB (Red+Green+Blue) = 207+82+89=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5259 is #30ADA6. Grayscale: #787878. Windows color (decimal): -3190183 or 5853903. OLE color: 5853903.

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

Color convert

RGB 207 82 89 -
CMYK 0 0.60 0.57 0.19
HSL 356.64º 0.57% 0.57% -
HSV(B) 356.64º 0.6% 0.81% -
XYZ 30.55 20.02 11.71 -
YUV 120.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 207 82 89 0 0.60 0.57 0.19 356.64 0.57 0.57
Hex CF 52 59 0 3C 39 13 165 39 39
Octal 317 122 131 0 74 71 23 545 71 71
Binary 11001111 1010010 1011001 0 111100 111001 10011 101100101 111001 111001

Color Harmonies of #CF5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5259

Black with #CF5259

Text Example


Text Example

White with #CF5259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5259; }

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

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

background-color css

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

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

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

border-color css

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

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

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