Html Css Color HEX #CF5558 Mandy

📋 copy color: '#CF5558'

red 207 ◦ green 85 ◦ blue 88

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

Shades of Mandy #CF5558

Tints of Mandy #CF5558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 54.47%
G = 22.37%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF5558 (or 0xCF5558) is known color: Mandy. HEX triplet: CF, 55 and 58. RGB value is (207,85,88). Sum of RGB (Red+Green+Blue) = 207+85+88=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5558 is #30AAA7. Grayscale: #797979. Windows color (decimal): -3189416 or 5789135. OLE color: 5789135.

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

Color convert

RGB 207 85 88 -
CMYK 0 0.59 0.57 0.19
HSL 358.52º 0.56% 0.57% -
HSV(B) 358.52º 0.59% 0.81% -
XYZ 30.74 20.47 11.56 -
YUV 121.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 207 85 88 0 0.59 0.57 0.19 358.52 0.56 0.57
Hex CF 55 58 0 3B 39 13 167 38 39
Octal 317 125 130 0 73 71 23 547 70 71
Binary 11001111 1010101 1011000 0 111011 111001 10011 101100111 111000 111001

Color Harmonies of #CF5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5558

Black with #CF5558

Text Example


Text Example

White with #CF5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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