Html Css Color HEX #C33A40 Mahogany

📋 copy color: '#C33A40'

red 195 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #C33A40

Tints of Mahogany #C33A40

RGB

 RED value IS 195 (76.56% from 255) = 61.51%

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 61.51%
G = 18.3%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C33A40 (or 0xC33A40) is known color: Mahogany. HEX triplet: C3, 3A and 40. RGB value is (195,58,64). Sum of RGB (Red+Green+Blue) = 195+58+64=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A40 is #3CC5BF. Grayscale: #636363. Windows color (decimal): -3982784 or 4209347. OLE color: 4209347.

HSL color Cylindrical-coordinate representation of color #C33A40: hue angle of 357.37º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A40 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 64 -
CMYK 0 0.70 0.67 0.24
HSL 357.37º 0.54% 0.5% -
HSV(B) 357.37º 0.7% 0.76% -
XYZ 24.94 15 6.43 -
YUV 99.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 195 58 64 0 0.70 0.67 0.24 357.37 0.54 0.5
Hex C3 3A 40 0 46 43 18 165 36 32
Octal 303 72 100 0 106 103 30 545 66 62
Binary 11000011 111010 1000000 0 1000110 1000011 11000 101100101 110110 110010

Color Harmonies of #C33A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A40

Black with #C33A40

Text Example


Text Example

White with #C33A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A40; }

 p { color: rgb(195,58,64); }

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

background-color css

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

 a { background-color: rgb(195,58,64); }

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

border-color css

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

 span { border-color: rgb(195,58,64); }

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