Html Css Color HEX #CE4348 Mandy

📋 copy color: '#CE4348'

red 206 ◦ green 67 ◦ blue 72

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

Shades of Mandy #CE4348

Tints of Mandy #CE4348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 59.71%
G = 19.42%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4348 (or 0xCE4348) is known color: Mandy. HEX triplet: CE, 43 and 48. RGB value is (206,67,72). Sum of RGB (Red+Green+Blue) = 206+67+72=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4348 is #31BCB7. Grayscale: #6D6D6D. Windows color (decimal): -3259576 or 4735950. OLE color: 4735950.

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

Color convert

RGB 206 67 72 -
CMYK 0 0.67 0.65 0.19
HSL 357.84º 0.59% 0.54% -
HSV(B) 357.84º 0.67% 0.81% -
XYZ 28.63 17.6 8.02 -
YUV 109.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 206 67 72 0 0.67 0.65 0.19 357.84 0.59 0.54
Hex CE 43 48 0 43 41 13 166 3B 36
Octal 316 103 110 0 103 101 23 546 73 66
Binary 11001110 1000011 1001000 0 1000011 1000001 10011 101100110 111011 110110

Color Harmonies of #CE4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4348

Black with #CE4348

Text Example


Text Example

White with #CE4348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4348; }

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

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

background-color css

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

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

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

border-color css

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

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

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