Html Css Color HEX #CA4147 Mahogany

📋 copy color: '#CA4147'

red 202 ◦ green 65 ◦ blue 71

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

Shades of Mahogany #CA4147

Tints of Mahogany #CA4147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 59.76%
G = 19.23%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA4147 (or 0xCA4147) is known color: Mahogany. HEX triplet: CA, 41 and 47. RGB value is (202,65,71). Sum of RGB (Red+Green+Blue) = 202+65+71=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4147 is #35BEB8. Grayscale: #6A6A6A. Windows color (decimal): -3522233 or 4669898. OLE color: 4669898.

HSL color Cylindrical-coordinate representation of color #CA4147: hue angle of 357.37º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4147 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 65 71 -
CMYK 0 0.68 0.65 0.21
HSL 357.37º 0.56% 0.52% -
HSV(B) 357.37º 0.68% 0.79% -
XYZ 27.38 16.79 7.76 -
YUV 106.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 202 65 71 0 0.68 0.65 0.21 357.37 0.56 0.52
Hex CA 41 47 0 44 41 15 165 38 34
Octal 312 101 107 0 104 101 25 545 70 64
Binary 11001010 1000001 1000111 0 1000100 1000001 10101 101100101 111000 110100

Color Harmonies of #CA4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4147

Black with #CA4147

Text Example


Text Example

White with #CA4147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4147; }

 p { color: rgb(202,65,71); }

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

background-color css

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

 a { background-color: rgb(202,65,71); }

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

border-color css

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

 span { border-color: rgb(202,65,71); }

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