Html Css Color HEX #CA4445 Mahogany

📋 copy color: '#CA4445'

red 202 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #CA4445

Tints of Mahogany #CA4445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 59.59%
G = 20.06%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA4445 (or 0xCA4445) is known color: Mahogany. HEX triplet: CA, 44 and 45. RGB value is (202,68,69). Sum of RGB (Red+Green+Blue) = 202+68+69=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4445 is #35BBBA. Grayscale: #6C6C6C. Windows color (decimal): -3521467 or 4539594. OLE color: 4539594.

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

Color convert

RGB 202 68 69 -
CMYK 0 0.66 0.66 0.21
HSL 359.55º 0.56% 0.53% -
HSV(B) 359.55º 0.66% 0.79% -
XYZ 27.5 17.12 7.49 -
YUV 108.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 202 68 69 0 0.66 0.66 0.21 359.55 0.56 0.53
Hex CA 44 45 0 42 42 15 168 38 35
Octal 312 104 105 0 102 102 25 550 70 65
Binary 11001010 1000100 1000101 0 1000010 1000010 10101 101101000 111000 110101

Color Harmonies of #CA4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4445

Black with #CA4445

Text Example


Text Example

White with #CA4445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4445; }

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

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

background-color css

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

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

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

border-color css

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

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

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