Html Css Color HEX #CF5559 Mandy

📋 copy color: '#CF5559'

red 207 ◦ green 85 ◦ blue 89

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

Shades of Mandy #CF5559

Tints of Mandy #CF5559

RGB

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

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

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

R = 54.33%
G = 22.31%
B = 23.36%

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

#CF5559 (or 0xCF5559) is known color: Mandy. HEX triplet: CF, 55 and 59. RGB value is (207,85,89). Sum of RGB (Red+Green+Blue) = 207+85+89=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5559 is #30AAA6. Grayscale: #7A7A7A. Windows color (decimal): -3189415 or 5854671. OLE color: 5854671.

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

Color convert

RGB 207 85 89 -
CMYK 0 0.59 0.57 0.19
HSL 358.03º 0.56% 0.57% -
HSV(B) 358.03º 0.59% 0.81% -
XYZ 30.78 20.48 11.78 -
YUV 121.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 207 85 89 0 0.59 0.57 0.19 358.03 0.56 0.57
Hex CF 55 59 0 3B 39 13 166 38 39
Octal 317 125 131 0 73 71 23 546 70 71
Binary 11001111 1010101 1011001 0 111011 111001 10011 101100110 111000 111001

Color Harmonies of #CF5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5559

Black with #CF5559

Text Example


Text Example

White with #CF5559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5559; }

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

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

background-color css

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

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

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

border-color css

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

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

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