Html Css Color HEX #CF5357 Mandy

📋 copy color: '#CF5357'

red 207 ◦ green 83 ◦ blue 87

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

Shades of Mandy #CF5357

Tints of Mandy #CF5357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

 BLUE value IS 87 (34.38% from 255) = 23.08%

R = 54.91%
G = 22.02%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF5357 (or 0xCF5357) is known color: Mandy. HEX triplet: CF, 53 and 57. RGB value is (207,83,87). Sum of RGB (Red+Green+Blue) = 207+83+87=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5357 is #30ACA8. Grayscale: #787878. Windows color (decimal): -3189929 or 5723087. OLE color: 5723087.

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

Color convert

RGB 207 83 87 -
CMYK 0 0.60 0.58 0.19
HSL 358.06º 0.56% 0.57% -
HSV(B) 358.06º 0.6% 0.81% -
XYZ 30.55 20.14 11.29 -
YUV 120.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 207 83 87 0 0.60 0.58 0.19 358.06 0.56 0.57
Hex CF 53 57 0 3C 3A 13 166 38 39
Octal 317 123 127 0 74 72 23 546 70 71
Binary 11001111 1010011 1010111 0 111100 111010 10011 101100110 111000 111001

Color Harmonies of #CF5357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5357

Black with #CF5357

Text Example


Text Example

White with #CF5357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5357; }

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

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

background-color css

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

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

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

border-color css

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

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

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