Html Css Color HEX #CA373C Mahogany

📋 copy color: '#CA373C'

red 202 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #CA373C

Tints of Mahogany #CA373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 63.72%
G = 17.35%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA373C (or 0xCA373C) is known color: Mahogany. HEX triplet: CA, 37 and 3C. RGB value is (202,55,60). Sum of RGB (Red+Green+Blue) = 202+55+60=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA373C is #35C8C3. Grayscale: #636363. Windows color (decimal): -3524804 or 3946442. OLE color: 3946442.

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

Color convert

RGB 202 55 60 -
CMYK 0 0.73 0.70 0.21
HSL 357.96º 0.58% 0.5% -
HSV(B) 357.96º 0.73% 0.79% -
XYZ 26.54 15.62 5.89 -
YUV 99.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 202 55 60 0 0.73 0.70 0.21 357.96 0.58 0.5
Hex CA 37 3C 0 49 46 15 166 3A 32
Octal 312 67 74 0 111 106 25 546 72 62
Binary 11001010 110111 111100 0 1001001 1000110 10101 101100110 111010 110010

Color Harmonies of #CA373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA373C

Black with #CA373C

Text Example


Text Example

White with #CA373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA373C; }

 p { color: rgb(202,55,60); }

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

background-color css

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

 a { background-color: rgb(202,55,60); }

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

border-color css

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

 span { border-color: rgb(202,55,60); }

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