Html Css Color HEX #CA3F44 Mahogany

📋 copy color: '#CA3F44'

red 202 ◦ green 63 ◦ blue 68

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

Shades of Mahogany #CA3F44

Tints of Mahogany #CA3F44

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 60.66%
G = 18.92%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA3F44 (or 0xCA3F44) is known color: Mahogany. HEX triplet: CA, 3F and 44. RGB value is (202,63,68). Sum of RGB (Red+Green+Blue) = 202+63+68=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F44 is #35C0BB. Grayscale: #696969. Windows color (decimal): -3522748 or 4472778. OLE color: 4472778.

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

Color convert

RGB 202 63 68 -
CMYK 0 0.69 0.66 0.21
HSL 357.84º 0.57% 0.52% -
HSV(B) 357.84º 0.69% 0.79% -
XYZ 27.18 16.53 7.23 -
YUV 105.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 202 63 68 0 0.69 0.66 0.21 357.84 0.57 0.52
Hex CA 3F 44 0 45 42 15 166 39 34
Octal 312 77 104 0 105 102 25 546 71 64
Binary 11001010 111111 1000100 0 1000101 1000010 10101 101100110 111001 110100

Color Harmonies of #CA3F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F44

Black with #CA3F44

Text Example


Text Example

White with #CA3F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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