Html Css Color HEX #CA343D Mahogany

📋 copy color: '#CA343D'

red 202 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #CA343D

Tints of Mahogany #CA343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 64.13%
G = 16.51%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA343D (or 0xCA343D) is known color: Mahogany. HEX triplet: CA, 34 and 3D. RGB value is (202,52,61). Sum of RGB (Red+Green+Blue) = 202+52+61=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA343D is #35CBC2. Grayscale: #616161. Windows color (decimal): -3525571 or 4011210. OLE color: 4011210.

HSL color Cylindrical-coordinate representation of color #CA343D: hue angle of 356.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA343D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 52 61 -
CMYK 0 0.74 0.70 0.21
HSL 356.4º 0.59% 0.5% -
HSV(B) 356.4º 0.74% 0.79% -
XYZ 26.43 15.35 5.98 -
YUV 97.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 202 52 61 0 0.74 0.70 0.21 356.4 0.59 0.5
Hex CA 34 3D 0 4A 46 15 164 3B 32
Octal 312 64 75 0 112 106 25 544 73 62
Binary 11001010 110100 111101 0 1001010 1000110 10101 101100100 111011 110010

Color Harmonies of #CA343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA343D

Black with #CA343D

Text Example


Text Example

White with #CA343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA343D; }

 p { color: rgb(202,52,61); }

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

background-color css

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

 a { background-color: rgb(202,52,61); }

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

border-color css

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

 span { border-color: rgb(202,52,61); }

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