Html Css Color HEX #CE3D45 Mahogany

📋 copy color: '#CE3D45'

red 206 ◦ green 61 ◦ blue 69

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

Shades of Mahogany #CE3D45

Tints of Mahogany #CE3D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 61.31%
G = 18.15%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3D45 (or 0xCE3D45) is known color: Mahogany. HEX triplet: CE, 3D and 45. RGB value is (206,61,69). Sum of RGB (Red+Green+Blue) = 206+61+69=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D45 is #31C2BA. Grayscale: #696969. Windows color (decimal): -3261115 or 4537806. OLE color: 4537806.

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

Color convert

RGB 206 61 69 -
CMYK 0 0.70 0.67 0.19
HSL 356.69º 0.6% 0.52% -
HSV(B) 356.69º 0.7% 0.81% -
XYZ 28.2 16.89 7.4 -
YUV 105.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 206 61 69 0 0.70 0.67 0.19 356.69 0.6 0.52
Hex CE 3D 45 0 46 43 13 165 3C 34
Octal 316 75 105 0 106 103 23 545 74 64
Binary 11001110 111101 1000101 0 1000110 1000011 10011 101100101 111100 110100

Color Harmonies of #CE3D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D45

Black with #CE3D45

Text Example


Text Example

White with #CE3D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D45; }

 p { color: rgb(206,61,69); }

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

background-color css

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

 a { background-color: rgb(206,61,69); }

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

border-color css

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

 span { border-color: rgb(206,61,69); }

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