Html Css Color HEX #CE484B Mandy

📋 copy color: '#CE484B'

red 206 ◦ green 72 ◦ blue 75

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

Shades of Mandy #CE484B

Tints of Mandy #CE484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 58.36%
G = 20.4%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE484B (or 0xCE484B) is known color: Mandy. HEX triplet: CE, 48 and 4B. RGB value is (206,72,75). Sum of RGB (Red+Green+Blue) = 206+72+75=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE484B is #31B7B4. Grayscale: #707070. Windows color (decimal): -3258293 or 4933838. OLE color: 4933838.

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

Color convert

RGB 206 72 75 -
CMYK 0 0.65 0.64 0.19
HSL 358.66º 0.58% 0.55% -
HSV(B) 358.66º 0.65% 0.81% -
XYZ 29.04 18.26 8.65 -
YUV 112.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 206 72 75 0 0.65 0.64 0.19 358.66 0.58 0.55
Hex CE 48 4B 0 41 40 13 167 3A 37
Octal 316 110 113 0 101 100 23 547 72 67
Binary 11001110 1001000 1001011 0 1000001 1000000 10011 101100111 111010 110111

Color Harmonies of #CE484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE484B

Black with #CE484B

Text Example


Text Example

White with #CE484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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