Html Css Color HEX #CA4042 Mahogany

📋 copy color: '#CA4042'

red 202 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #CA4042

Tints of Mahogany #CA4042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 60.84%
G = 19.28%
B = 19.88%

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

#CA4042 (or 0xCA4042) is known color: Mahogany. HEX triplet: CA, 40 and 42. RGB value is (202,64,66). Sum of RGB (Red+Green+Blue) = 202+64+66=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4042 is #35BFBD. Grayscale: #696969. Windows color (decimal): -3522494 or 4341962. OLE color: 4341962.

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

Color convert

RGB 202 64 66 -
CMYK 0 0.68 0.67 0.21
HSL 359.13º 0.57% 0.52% -
HSV(B) 359.13º 0.68% 0.79% -
XYZ 27.17 16.62 6.93 -
YUV 105.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 202 64 66 0 0.68 0.67 0.21 359.13 0.57 0.52
Hex CA 40 42 0 44 43 15 167 39 34
Octal 312 100 102 0 104 103 25 547 71 64
Binary 11001010 1000000 1000010 0 1000100 1000011 10101 101100111 111001 110100

Color Harmonies of #CA4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4042

Black with #CA4042

Text Example


Text Example

White with #CA4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4042; }

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

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

background-color css

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

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

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

border-color css

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

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

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