Html Css Color HEX #CF4C51 Mandy

📋 copy color: '#CF4C51'

red 207 ◦ green 76 ◦ blue 81

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

Shades of Mandy #CF4C51

Tints of Mandy #CF4C51

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

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

R = 56.87%
G = 20.88%
B = 22.25%

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

#CF4C51 (or 0xCF4C51) is known color: Mandy. HEX triplet: CF, 4C and 51. RGB value is (207,76,81). Sum of RGB (Red+Green+Blue) = 207+76+81=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C51 is #30B3AE. Grayscale: #737373. Windows color (decimal): -3191727 or 5328079. OLE color: 5328079.

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

Color convert

RGB 207 76 81 -
CMYK 0 0.63 0.61 0.19
HSL 357.71º 0.58% 0.55% -
HSV(B) 357.71º 0.63% 0.81% -
XYZ 29.8 19.03 9.89 -
YUV 115.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 207 76 81 0 0.63 0.61 0.19 357.71 0.58 0.55
Hex CF 4C 51 0 3F 3D 13 166 3A 37
Octal 317 114 121 0 77 75 23 546 72 67
Binary 11001111 1001100 1010001 0 111111 111101 10011 101100110 111010 110111

Color Harmonies of #CF4C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C51

Black with #CF4C51

Text Example


Text Example

White with #CF4C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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