Html Css Color HEX #CE4041 Mahogany

📋 copy color: '#CE4041'

red 206 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #CE4041

Tints of Mahogany #CE4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 61.49%
G = 19.1%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE4041 (or 0xCE4041) is known color: Mahogany. HEX triplet: CE, 40 and 41. RGB value is (206,64,65). Sum of RGB (Red+Green+Blue) = 206+64+65=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4041 is #31BFBE. Grayscale: #6A6A6A. Windows color (decimal): -3260351 or 4276430. OLE color: 4276430.

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

Color convert

RGB 206 64 65 -
CMYK 0 0.69 0.68 0.19
HSL 359.58º 0.59% 0.53% -
HSV(B) 359.58º 0.69% 0.81% -
XYZ 28.24 17.17 6.83 -
YUV 106.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 206 64 65 0 0.69 0.68 0.19 359.58 0.59 0.53
Hex CE 40 41 0 45 44 13 168 3B 35
Octal 316 100 101 0 105 104 23 550 73 65
Binary 11001110 1000000 1000001 0 1000101 1000100 10011 101101000 111011 110101

Color Harmonies of #CE4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4041

Black with #CE4041

Text Example


Text Example

White with #CE4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4041; }

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

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

background-color css

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

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

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

border-color css

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

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

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