Html Css Color HEX #C3353D Mahogany

📋 copy color: '#C3353D'

red 195 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #C3353D

Tints of Mahogany #C3353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

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

R = 63.11%
G = 17.15%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3353D (or 0xC3353D) is known color: Mahogany. HEX triplet: C3, 35 and 3D. RGB value is (195,53,61). Sum of RGB (Red+Green+Blue) = 195+53+61=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3353D is #3CCAC2. Grayscale: #606060. Windows color (decimal): -3984067 or 4011459. OLE color: 4011459.

HSL color Cylindrical-coordinate representation of color #C3353D: hue angle of 356.62º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3353D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 61 -
CMYK 0 0.73 0.69 0.24
HSL 356.62º 0.57% 0.49% -
HSV(B) 356.62º 0.73% 0.76% -
XYZ 24.62 14.49 5.91 -
YUV 96.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 195 53 61 0 0.73 0.69 0.24 356.62 0.57 0.49
Hex C3 35 3D 0 49 45 18 165 39 31
Octal 303 65 75 0 111 105 30 545 71 61
Binary 11000011 110101 111101 0 1001001 1000101 11000 101100101 111001 110001

Color Harmonies of #C3353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3353D

Black with #C3353D

Text Example


Text Example

White with #C3353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3353D; }

 p { color: rgb(195,53,61); }

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

background-color css

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

 a { background-color: rgb(195,53,61); }

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

border-color css

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

 span { border-color: rgb(195,53,61); }

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