Html Css Color HEX #CE4145 Mahogany

📋 copy color: '#CE4145'

red 206 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #CE4145

Tints of Mahogany #CE4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

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

R = 60.59%
G = 19.12%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE4145 (or 0xCE4145) is known color: Mahogany. HEX triplet: CE, 41 and 45. RGB value is (206,65,69). Sum of RGB (Red+Green+Blue) = 206+65+69=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4145 is #31BEBA. Grayscale: #6B6B6B. Windows color (decimal): -3260091 or 4538830. OLE color: 4538830.

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

Color convert

RGB 206 65 69 -
CMYK 0 0.68 0.67 0.19
HSL 358.3º 0.59% 0.53% -
HSV(B) 358.3º 0.68% 0.81% -
XYZ 28.42 17.33 7.48 -
YUV 107.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 206 65 69 0 0.68 0.67 0.19 358.3 0.59 0.53
Hex CE 41 45 0 44 43 13 166 3B 35
Octal 316 101 105 0 104 103 23 546 73 65
Binary 11001110 1000001 1000101 0 1000100 1000011 10011 101100110 111011 110101

Color Harmonies of #CE4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4145

Black with #CE4145

Text Example


Text Example

White with #CE4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4145; }

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

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

background-color css

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

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

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

border-color css

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

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

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