Html Css Color HEX #CB393E Mahogany

📋 copy color: '#CB393E'

red 203 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #CB393E

Tints of Mahogany #CB393E

RGB

 RED value IS 203 (79.69% from 255) = 63.04%

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 63.04%
G = 17.7%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB393E (or 0xCB393E) is known color: Mahogany. HEX triplet: CB, 39 and 3E. RGB value is (203,57,62). Sum of RGB (Red+Green+Blue) = 203+57+62=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB393E is #34C6C1. Grayscale: #656565. Windows color (decimal): -3458754 or 4078027. OLE color: 4078027.

HSL color Cylindrical-coordinate representation of color #CB393E: hue angle of 357.95º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB393E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 62 -
CMYK 0 0.72 0.69 0.20
HSL 357.95º 0.58% 0.51% -
HSV(B) 357.95º 0.72% 0.8% -
XYZ 26.96 15.97 6.22 -
YUV 101.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 203 57 62 0 0.72 0.69 0.20 357.95 0.58 0.51
Hex CB 39 3E 0 48 45 14 166 3A 33
Octal 313 71 76 0 110 105 24 546 72 63
Binary 11001011 111001 111110 0 1001000 1000101 10100 101100110 111010 110011

Color Harmonies of #CB393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB393E

Black with #CB393E

Text Example


Text Example

White with #CB393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB393E; }

 p { color: rgb(203,57,62); }

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

background-color css

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

 a { background-color: rgb(203,57,62); }

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

border-color css

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

 span { border-color: rgb(203,57,62); }

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