Html Css Color HEX #CE3C42 Mahogany

📋 copy color: '#CE3C42'

red 206 ◦ green 60 ◦ blue 66

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

Shades of Mahogany #CE3C42

Tints of Mahogany #CE3C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 62.05%
G = 18.07%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE3C42 (or 0xCE3C42) is known color: Mahogany. HEX triplet: CE, 3C and 42. RGB value is (206,60,66). Sum of RGB (Red+Green+Blue) = 206+60+66=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C42 is #31C3BD. Grayscale: #686868. Windows color (decimal): -3261374 or 4340942. OLE color: 4340942.

HSL color Cylindrical-coordinate representation of color #CE3C42: hue angle of 357.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C42 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 60 66 -
CMYK 0 0.71 0.68 0.19
HSL 357.53º 0.6% 0.52% -
HSV(B) 357.53º 0.71% 0.81% -
XYZ 28.05 16.75 6.91 -
YUV 104.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 206 60 66 0 0.71 0.68 0.19 357.53 0.6 0.52
Hex CE 3C 42 0 47 44 13 166 3C 34
Octal 316 74 102 0 107 104 23 546 74 64
Binary 11001110 111100 1000010 0 1000111 1000100 10011 101100110 111100 110100

Color Harmonies of #CE3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C42

Black with #CE3C42

Text Example


Text Example

White with #CE3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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