Html Css Color HEX #CF4849 Mandy

📋 copy color: '#CF4849'

red 207 ◦ green 72 ◦ blue 73

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

Shades of Mandy #CF4849

Tints of Mandy #CF4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 58.81%
G = 20.45%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4849 (or 0xCF4849) is known color: Mandy. HEX triplet: CF, 48 and 49. RGB value is (207,72,73). Sum of RGB (Red+Green+Blue) = 207+72+73=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4849 is #30B7B6. Grayscale: #707070. Windows color (decimal): -3192759 or 4802767. OLE color: 4802767.

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

Color convert

RGB 207 72 73 -
CMYK 0 0.65 0.65 0.19
HSL 359.56º 0.58% 0.55% -
HSV(B) 359.56º 0.65% 0.81% -
XYZ 29.25 18.38 8.31 -
YUV 112.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 207 72 73 0 0.65 0.65 0.19 359.56 0.58 0.55
Hex CF 48 49 0 41 41 13 168 3A 37
Octal 317 110 111 0 101 101 23 550 72 67
Binary 11001111 1001000 1001001 0 1000001 1000001 10011 101101000 111010 110111

Color Harmonies of #CF4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4849

Black with #CF4849

Text Example


Text Example

White with #CF4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4849; }

 p { color: rgb(207,72,73); }

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

background-color css

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

 a { background-color: rgb(207,72,73); }

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

border-color css

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

 span { border-color: rgb(207,72,73); }

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