Html Css Color HEX #CE4152 Mandy

📋 copy color: '#CE4152'

red 206 ◦ green 65 ◦ blue 82

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

Shades of Mandy #CE4152

Tints of Mandy #CE4152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

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

R = 58.36%
G = 18.41%
B = 23.23%

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

#CE4152 (or 0xCE4152) is known color: Mandy. HEX triplet: CE, 41 and 52. RGB value is (206,65,82). Sum of RGB (Red+Green+Blue) = 206+65+82=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4152 is #31BEAD. Grayscale: #6D6D6D. Windows color (decimal): -3260078 or 5390798. OLE color: 5390798.

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

Color convert

RGB 206 65 82 -
CMYK 0 0.68 0.60 0.19
HSL 352.77º 0.59% 0.53% -
HSV(B) 352.77º 0.68% 0.81% -
XYZ 28.87 17.51 9.84 -
YUV 109.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 206 65 82 0 0.68 0.60 0.19 352.77 0.59 0.53
Hex CE 41 52 0 44 3C 13 161 3B 35
Octal 316 101 122 0 104 74 23 541 73 65
Binary 11001110 1000001 1010010 0 1000100 111100 10011 101100001 111011 110101

Color Harmonies of #CE4152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4152

Black with #CE4152

Text Example


Text Example

White with #CE4152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4152; }

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

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

background-color css

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

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

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

border-color css

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

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

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