Html Css Color HEX #CE4952 Mandy

📋 copy color: '#CE4952'

red 206 ◦ green 73 ◦ blue 82

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

Shades of Mandy #CE4952

Tints of Mandy #CE4952

RGB

 RED value IS 206 (80.86% from 255) = 57.06%

 GREEN value IS 73 (28.91% from 255) = 20.22%

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 57.06%
G = 20.22%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE4952 (or 0xCE4952) is known color: Mandy. HEX triplet: CE, 49 and 52. RGB value is (206,73,82). Sum of RGB (Red+Green+Blue) = 206+73+82=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4952 is #31B6AD. Grayscale: #717171. Windows color (decimal): -3258030 or 5392846. OLE color: 5392846.

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

Color convert

RGB 206 73 82 -
CMYK 0 0.65 0.60 0.19
HSL 355.94º 0.58% 0.55% -
HSV(B) 355.94º 0.65% 0.81% -
XYZ 29.36 18.5 10.01 -
YUV 113.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 206 73 82 0 0.65 0.60 0.19 355.94 0.58 0.55
Hex CE 49 52 0 41 3C 13 164 3A 37
Octal 316 111 122 0 101 74 23 544 72 67
Binary 11001110 1001001 1010010 0 1000001 111100 10011 101100100 111010 110111

Color Harmonies of #CE4952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4952

Black with #CE4952

Text Example


Text Example

White with #CE4952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4952; }

 p { color: rgb(206,73,82); }

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

background-color css

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

 a { background-color: rgb(206,73,82); }

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

border-color css

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

 span { border-color: rgb(206,73,82); }

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