Html Css Color HEX #CA4044 Mahogany

📋 copy color: '#CA4044'

red 202 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #CA4044

Tints of Mahogany #CA4044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 60.48%
G = 19.16%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA4044 (or 0xCA4044) is known color: Mahogany. HEX triplet: CA, 40 and 44. RGB value is (202,64,68). Sum of RGB (Red+Green+Blue) = 202+64+68=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4044 is #35BFBB. Grayscale: #696969. Windows color (decimal): -3522492 or 4473034. OLE color: 4473034.

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

Color convert

RGB 202 64 68 -
CMYK 0 0.68 0.66 0.21
HSL 358.26º 0.57% 0.52% -
HSV(B) 358.26º 0.68% 0.79% -
XYZ 27.23 16.64 7.25 -
YUV 105.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 202 64 68 0 0.68 0.66 0.21 358.26 0.57 0.52
Hex CA 40 44 0 44 42 15 166 39 34
Octal 312 100 104 0 104 102 25 546 71 64
Binary 11001010 1000000 1000100 0 1000100 1000010 10101 101100110 111001 110100

Color Harmonies of #CA4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4044

Black with #CA4044

Text Example


Text Example

White with #CA4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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