Html Css Color HEX #CA3E42 Mahogany

📋 copy color: '#CA3E42'

red 202 ◦ green 62 ◦ blue 66

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

Shades of Mahogany #CA3E42

Tints of Mahogany #CA3E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.79%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 61.21%
G = 18.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA3E42 (or 0xCA3E42) is known color: Mahogany. HEX triplet: CA, 3E and 42. RGB value is (202,62,66). Sum of RGB (Red+Green+Blue) = 202+62+66=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E42 is #35C1BD. Grayscale: #686868. Windows color (decimal): -3523006 or 4341450. OLE color: 4341450.

HSL color Cylindrical-coordinate representation of color #CA3E42: hue angle of 358.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E42 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 62 66 -
CMYK 0 0.69 0.67 0.21
HSL 358.29º 0.57% 0.52% -
HSV(B) 358.29º 0.69% 0.79% -
XYZ 27.06 16.4 6.89 -
YUV 104.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 202 62 66 0 0.69 0.67 0.21 358.29 0.57 0.52
Hex CA 3E 42 0 45 43 15 166 39 34
Octal 312 76 102 0 105 103 25 546 71 64
Binary 11001010 111110 1000010 0 1000101 1000011 10101 101100110 111001 110100

Color Harmonies of #CA3E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E42

Black with #CA3E42

Text Example


Text Example

White with #CA3E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E42; }

 p { color: rgb(202,62,66); }

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

background-color css

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

 a { background-color: rgb(202,62,66); }

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

border-color css

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

 span { border-color: rgb(202,62,66); }

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