Html Css Color HEX #CF4D51 Mandy

📋 copy color: '#CF4D51'

red 207 ◦ green 77 ◦ blue 81

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

Shades of Mandy #CF4D51

Tints of Mandy #CF4D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 56.71%
G = 21.1%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF4D51 (or 0xCF4D51) is known color: Mandy. HEX triplet: CF, 4D and 51. RGB value is (207,77,81). Sum of RGB (Red+Green+Blue) = 207+77+81=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4D51 is #30B2AE. Grayscale: #747474. Windows color (decimal): -3191471 or 5328335. OLE color: 5328335.

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

Color convert

RGB 207 77 81 -
CMYK 0 0.63 0.61 0.19
HSL 358.15º 0.58% 0.56% -
HSV(B) 358.15º 0.63% 0.81% -
XYZ 29.87 19.17 9.91 -
YUV 116.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 207 77 81 0 0.63 0.61 0.19 358.15 0.58 0.56
Hex CF 4D 51 0 3F 3D 13 166 3A 38
Octal 317 115 121 0 77 75 23 546 72 70
Binary 11001111 1001101 1010001 0 111111 111101 10011 101100110 111010 111000

Color Harmonies of #CF4D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4D51

Black with #CF4D51

Text Example


Text Example

White with #CF4D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4D51; }

 p { color: rgb(207,77,81); }

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

background-color css

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

 a { background-color: rgb(207,77,81); }

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

border-color css

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

 span { border-color: rgb(207,77,81); }

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