Html Css Color HEX #CA4143 Mahogany

📋 copy color: '#CA4143'

red 202 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #CA4143

Tints of Mahogany #CA4143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 60.48%
G = 19.46%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA4143 (or 0xCA4143) is known color: Mahogany. HEX triplet: CA, 41 and 43. RGB value is (202,65,67). Sum of RGB (Red+Green+Blue) = 202+65+67=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4143 is #35BEBC. Grayscale: #6A6A6A. Windows color (decimal): -3522237 or 4407754. OLE color: 4407754.

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

Color convert

RGB 202 65 67 -
CMYK 0 0.68 0.67 0.21
HSL 359.12º 0.56% 0.52% -
HSV(B) 359.12º 0.68% 0.79% -
XYZ 27.26 16.74 7.11 -
YUV 106.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 202 65 67 0 0.68 0.67 0.21 359.12 0.56 0.52
Hex CA 41 43 0 44 43 15 167 38 34
Octal 312 101 103 0 104 103 25 547 70 64
Binary 11001010 1000001 1000011 0 1000100 1000011 10101 101100111 111000 110100

Color Harmonies of #CA4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4143

Black with #CA4143

Text Example


Text Example

White with #CA4143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4143; }

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

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

background-color css

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

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

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

border-color css

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

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

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