Html Css Color HEX #CE3B3E Mahogany

📋 copy color: '#CE3B3E'

red 206 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #CE3B3E

Tints of Mahogany #CE3B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.04%

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 63%
G = 18.04%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE3B3E (or 0xCE3B3E) is known color: Mahogany. HEX triplet: CE, 3B and 3E. RGB value is (206,59,62). Sum of RGB (Red+Green+Blue) = 206+59+62=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B3E is #31C4C1. Grayscale: #676767. Windows color (decimal): -3261634 or 4078542. OLE color: 4078542.

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

Color convert

RGB 206 59 62 -
CMYK 0 0.71 0.70 0.19
HSL 358.78º 0.6% 0.52% -
HSV(B) 358.78º 0.71% 0.81% -
XYZ 27.89 16.6 6.29 -
YUV 103.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 206 59 62 0 0.71 0.70 0.19 358.78 0.6 0.52
Hex CE 3B 3E 0 47 46 13 167 3C 34
Octal 316 73 76 0 107 106 23 547 74 64
Binary 11001110 111011 111110 0 1000111 1000110 10011 101100111 111100 110100

Color Harmonies of #CE3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B3E

Black with #CE3B3E

Text Example


Text Example

White with #CE3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B3E; }

 p { color: rgb(206,59,62); }

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

background-color css

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

 a { background-color: rgb(206,59,62); }

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

border-color css

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

 span { border-color: rgb(206,59,62); }

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