Html Css Color HEX #CE323C Mahogany

📋 copy color: '#CE323C'

red 206 ◦ green 50 ◦ blue 60

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

Shades of Mahogany #CE323C

Tints of Mahogany #CE323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 65.19%
G = 15.82%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE323C (or 0xCE323C) is known color: Mahogany. HEX triplet: CE, 32 and 3C. RGB value is (206,50,60). Sum of RGB (Red+Green+Blue) = 206+50+60=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE323C is #31CDC3. Grayscale: #616161. Windows color (decimal): -3263940 or 3945166. OLE color: 3945166.

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

Color convert

RGB 206 50 60 -
CMYK 0 0.76 0.71 0.19
HSL 356.15º 0.61% 0.5% -
HSV(B) 356.15º 0.76% 0.81% -
XYZ 27.41 15.73 5.87 -
YUV 97.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 206 50 60 0 0.76 0.71 0.19 356.15 0.61 0.5
Hex CE 32 3C 0 4C 47 13 164 3D 32
Octal 316 62 74 0 114 107 23 544 75 62
Binary 11001110 110010 111100 0 1001100 1000111 10011 101100100 111101 110010

Color Harmonies of #CE323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE323C

Black with #CE323C

Text Example


Text Example

White with #CE323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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