Html Css Color HEX #CE424B Mandy

📋 copy color: '#CE424B'

red 206 ◦ green 66 ◦ blue 75

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

Shades of Mandy #CE424B

Tints of Mandy #CE424B

RGB

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

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

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

R = 59.37%
G = 19.02%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE424B (or 0xCE424B) is known color: Mandy. HEX triplet: CE, 42 and 4B. RGB value is (206,66,75). Sum of RGB (Red+Green+Blue) = 206+66+75=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE424B is #31BDB4. Grayscale: #6C6C6C. Windows color (decimal): -3259829 or 4932302. OLE color: 4932302.

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

Color convert

RGB 206 66 75 -
CMYK 0 0.68 0.64 0.19
HSL 356.14º 0.59% 0.53% -
HSV(B) 356.14º 0.68% 0.81% -
XYZ 28.67 17.53 8.53 -
YUV 108.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 206 66 75 0 0.68 0.64 0.19 356.14 0.59 0.53
Hex CE 42 4B 0 44 40 13 164 3B 35
Octal 316 102 113 0 104 100 23 544 73 65
Binary 11001110 1000010 1001011 0 1000100 1000000 10011 101100100 111011 110101

Color Harmonies of #CE424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE424B

Black with #CE424B

Text Example


Text Example

White with #CE424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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