Html Css Color HEX #CB363E Mahogany

📋 copy color: '#CB363E'

red 203 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #CB363E

Tints of Mahogany #CB363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 63.64%
G = 16.93%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB363E (or 0xCB363E) is known color: Mahogany. HEX triplet: CB, 36 and 3E. RGB value is (203,54,62). Sum of RGB (Red+Green+Blue) = 203+54+62=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB363E is #34C9C1. Grayscale: #636363. Windows color (decimal): -3459522 or 4077259. OLE color: 4077259.

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

Color convert

RGB 203 54 62 -
CMYK 0 0.73 0.69 0.20
HSL 356.78º 0.59% 0.5% -
HSV(B) 356.78º 0.73% 0.8% -
XYZ 26.82 15.68 6.17 -
YUV 99.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 203 54 62 0 0.73 0.69 0.20 356.78 0.59 0.5
Hex CB 36 3E 0 49 45 14 165 3B 32
Octal 313 66 76 0 111 105 24 545 73 62
Binary 11001011 110110 111110 0 1001001 1000101 10100 101100101 111011 110010

Color Harmonies of #CB363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB363E

Black with #CB363E

Text Example


Text Example

White with #CB363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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