Html Css Color HEX #CF5758 Mandy

📋 copy color: '#CF5758'

red 207 ◦ green 87 ◦ blue 88

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

Shades of Mandy #CF5758

Tints of Mandy #CF5758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 54.19%
G = 22.77%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF5758 (or 0xCF5758) is known color: Mandy. HEX triplet: CF, 57 and 58. RGB value is (207,87,88). Sum of RGB (Red+Green+Blue) = 207+87+88=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5758 is #30A8A7. Grayscale: #7B7B7B. Windows color (decimal): -3188904 or 5789647. OLE color: 5789647.

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

Color convert

RGB 207 87 88 -
CMYK 0 0.58 0.57 0.19
HSL 359.5º 0.56% 0.58% -
HSV(B) 359.5º 0.58% 0.81% -
XYZ 30.9 20.79 11.62 -
YUV 122.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 207 87 88 0 0.58 0.57 0.19 359.5 0.56 0.58
Hex CF 57 58 0 3A 39 13 168 38 3A
Octal 317 127 130 0 72 71 23 550 70 72
Binary 11001111 1010111 1011000 0 111010 111001 10011 101101000 111000 111010

Color Harmonies of #CF5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5758

Black with #CF5758

Text Example


Text Example

White with #CF5758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5758; }

 p { color: rgb(207,87,88); }

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

background-color css

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

 a { background-color: rgb(207,87,88); }

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

border-color css

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

 span { border-color: rgb(207,87,88); }

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