Html Css Color HEX #CF5556 Mandy

📋 copy color: '#CF5556'

red 207 ◦ green 85 ◦ blue 86

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

Shades of Mandy #CF5556

Tints of Mandy #CF5556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.75%

R = 54.76%
G = 22.49%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF5556 (or 0xCF5556) is known color: Mandy. HEX triplet: CF, 55 and 56. RGB value is (207,85,86). Sum of RGB (Red+Green+Blue) = 207+85+86=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5556 is #30AAA9. Grayscale: #797979. Windows color (decimal): -3189418 or 5658063. OLE color: 5658063.

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

Color convert

RGB 207 85 86 -
CMYK 0 0.59 0.58 0.19
HSL 359.51º 0.56% 0.57% -
HSV(B) 359.51º 0.59% 0.81% -
XYZ 30.66 20.43 11.13 -
YUV 121.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 207 85 86 0 0.59 0.58 0.19 359.51 0.56 0.57
Hex CF 55 56 0 3B 3A 13 168 38 39
Octal 317 125 126 0 73 72 23 550 70 71
Binary 11001111 1010101 1010110 0 111011 111010 10011 101101000 111000 111001

Color Harmonies of #CF5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5556

Black with #CF5556

Text Example


Text Example

White with #CF5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5556; }

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

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

background-color css

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

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

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

border-color css

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

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

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