Html Css Color HEX #CF4249 Mandy

📋 copy color: '#CF4249'

red 207 ◦ green 66 ◦ blue 73

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

Shades of Mandy #CF4249

Tints of Mandy #CF4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

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

R = 59.83%
G = 19.08%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4249 (or 0xCF4249) is known color: Mandy. HEX triplet: CF, 42 and 49. RGB value is (207,66,73). Sum of RGB (Red+Green+Blue) = 207+66+73=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4249 is #30BDB6. Grayscale: #6D6D6D. Windows color (decimal): -3194295 or 4801231. OLE color: 4801231.

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

Color convert

RGB 207 66 73 -
CMYK 0 0.68 0.65 0.19
HSL 357.02º 0.59% 0.54% -
HSV(B) 357.02º 0.68% 0.81% -
XYZ 28.88 17.64 8.19 -
YUV 108.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 207 66 73 0 0.68 0.65 0.19 357.02 0.59 0.54
Hex CF 42 49 0 44 41 13 165 3B 36
Octal 317 102 111 0 104 101 23 545 73 66
Binary 11001111 1000010 1001001 0 1000100 1000001 10011 101100101 111011 110110

Color Harmonies of #CF4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4249

Black with #CF4249

Text Example


Text Example

White with #CF4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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