Html Css Color HEX #CA4041 Mahogany

📋 copy color: '#CA4041'

red 202 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #CA4041

Tints of Mahogany #CA4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 61.03%
G = 19.34%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4041 (or 0xCA4041) is known color: Mahogany. HEX triplet: CA, 40 and 41. RGB value is (202,64,65). Sum of RGB (Red+Green+Blue) = 202+64+65=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4041 is #35BFBE. Grayscale: #696969. Windows color (decimal): -3522495 or 4276426. OLE color: 4276426.

HSL color Cylindrical-coordinate representation of color #CA4041: hue angle of 359.57º degrees, saturation: 0.57, 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 #CA4041 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 65 -
CMYK 0 0.68 0.68 0.21
HSL 359.57º 0.57% 0.52% -
HSV(B) 359.57º 0.68% 0.79% -
XYZ 27.14 16.61 6.78 -
YUV 105.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 202 64 65 0 0.68 0.68 0.21 359.57 0.57 0.52
Hex CA 40 41 0 44 44 15 168 39 34
Octal 312 100 101 0 104 104 25 550 71 64
Binary 11001010 1000000 1000001 0 1000100 1000100 10101 101101000 111001 110100

Color Harmonies of #CA4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4041

Black with #CA4041

Text Example


Text Example

White with #CA4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4041; }

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

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

background-color css

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

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

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

border-color css

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

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

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