Html Css Color HEX #CE4B52 Mandy

📋 copy color: '#CE4B52'

red 206 ◦ green 75 ◦ blue 82

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

Shades of Mandy #CE4B52

Tints of Mandy #CE4B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

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

R = 56.75%
G = 20.66%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE4B52 (or 0xCE4B52) is known color: Mandy. HEX triplet: CE, 4B and 52. RGB value is (206,75,82). Sum of RGB (Red+Green+Blue) = 206+75+82=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B52 is #31B4AD. Grayscale: #737373. Windows color (decimal): -3257518 or 5393358. OLE color: 5393358.

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

Color convert

RGB 206 75 82 -
CMYK 0 0.64 0.60 0.19
HSL 356.79º 0.57% 0.55% -
HSV(B) 356.79º 0.64% 0.81% -
XYZ 29.49 18.76 10.05 -
YUV 114.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 206 75 82 0 0.64 0.60 0.19 356.79 0.57 0.55
Hex CE 4B 52 0 40 3C 13 165 39 37
Octal 316 113 122 0 100 74 23 545 71 67
Binary 11001110 1001011 1010010 0 1000000 111100 10011 101100101 111001 110111

Color Harmonies of #CE4B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B52

Black with #CE4B52

Text Example


Text Example

White with #CE4B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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