Html Css Color HEX #CA4446 Mahogany

📋 copy color: '#CA4446'

red 202 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #CA4446

Tints of Mahogany #CA4446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 59.41%
G = 20%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA4446 (or 0xCA4446) is known color: Mahogany. HEX triplet: CA, 44 and 46. RGB value is (202,68,70). Sum of RGB (Red+Green+Blue) = 202+68+70=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4446 is #35BBB9. Grayscale: #6C6C6C. Windows color (decimal): -3521466 or 4605130. OLE color: 4605130.

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

Color convert

RGB 202 68 70 -
CMYK 0 0.66 0.65 0.21
HSL 359.1º 0.56% 0.53% -
HSV(B) 359.1º 0.66% 0.79% -
XYZ 27.53 17.13 7.65 -
YUV 108.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 202 68 70 0 0.66 0.65 0.21 359.1 0.56 0.53
Hex CA 44 46 0 42 41 15 167 38 35
Octal 312 104 106 0 102 101 25 547 70 65
Binary 11001010 1000100 1000110 0 1000010 1000001 10101 101100111 111000 110101

Color Harmonies of #CA4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4446

Black with #CA4446

Text Example


Text Example

White with #CA4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4446; }

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

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

background-color css

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

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

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

border-color css

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

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

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