Html Css Color HEX #CA3F41 Mahogany

📋 copy color: '#CA3F41'

red 202 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #CA3F41

Tints of Mahogany #CA3F41

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 61.21%
G = 19.09%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA3F41 (or 0xCA3F41) is known color: Mahogany. HEX triplet: CA, 3F and 41. RGB value is (202,63,65). Sum of RGB (Red+Green+Blue) = 202+63+65=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F41 is #35C0BE. Grayscale: #686868. Windows color (decimal): -3522751 or 4276170. OLE color: 4276170.

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

Color convert

RGB 202 63 65 -
CMYK 0 0.69 0.68 0.21
HSL 359.14º 0.57% 0.52% -
HSV(B) 359.14º 0.69% 0.79% -
XYZ 27.09 16.49 6.76 -
YUV 104.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 202 63 65 0 0.69 0.68 0.21 359.14 0.57 0.52
Hex CA 3F 41 0 45 44 15 167 39 34
Octal 312 77 101 0 105 104 25 547 71 64
Binary 11001010 111111 1000001 0 1000101 1000100 10101 101100111 111001 110100

Color Harmonies of #CA3F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F41

Black with #CA3F41

Text Example


Text Example

White with #CA3F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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