Html Css Color HEX #CA363E Mahogany

📋 copy color: '#CA363E'

red 202 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #CA363E

Tints of Mahogany #CA363E

RGB

 RED value IS 202 (79.3% from 255) = 63.52%

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

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

R = 63.52%
G = 16.98%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA363E (or 0xCA363E) is known color: Mahogany. HEX triplet: CA, 36 and 3E. RGB value is (202,54,62). Sum of RGB (Red+Green+Blue) = 202+54+62=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA363E is #35C9C1. Grayscale: #636363. Windows color (decimal): -3525058 or 4077258. OLE color: 4077258.

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

Color convert

RGB 202 54 62 -
CMYK 0 0.73 0.69 0.21
HSL 356.76º 0.58% 0.5% -
HSV(B) 356.76º 0.73% 0.79% -
XYZ 26.55 15.54 6.16 -
YUV 99.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 202 54 62 0 0.73 0.69 0.21 356.76 0.58 0.5
Hex CA 36 3E 0 49 45 15 165 3A 32
Octal 312 66 76 0 111 105 25 545 72 62
Binary 11001010 110110 111110 0 1001001 1000101 10101 101100101 111010 110010

Color Harmonies of #CA363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA363E

Black with #CA363E

Text Example


Text Example

White with #CA363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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