Html Css Color HEX #CE4252 Mandy

📋 copy color: '#CE4252'

red 206 ◦ green 66 ◦ blue 82

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

Shades of Mandy #CE4252

Tints of Mandy #CE4252

RGB

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

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

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

R = 58.19%
G = 18.64%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE4252 (or 0xCE4252) is known color: Mandy. HEX triplet: CE, 42 and 52. RGB value is (206,66,82). Sum of RGB (Red+Green+Blue) = 206+66+82=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4252 is #31BDAD. Grayscale: #6D6D6D. Windows color (decimal): -3259822 or 5391054. OLE color: 5391054.

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

Color convert

RGB 206 66 82 -
CMYK 0 0.68 0.60 0.19
HSL 353.14º 0.59% 0.53% -
HSV(B) 353.14º 0.68% 0.81% -
XYZ 28.92 17.63 9.86 -
YUV 109.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 206 66 82 0 0.68 0.60 0.19 353.14 0.59 0.53
Hex CE 42 52 0 44 3C 13 161 3B 35
Octal 316 102 122 0 104 74 23 541 73 65
Binary 11001110 1000010 1010010 0 1000100 111100 10011 101100001 111011 110101

Color Harmonies of #CE4252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4252

Black with #CE4252

Text Example


Text Example

White with #CE4252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4252; }

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

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

background-color css

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

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

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

border-color css

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

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

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