Html Css Color HEX #C3353C Mahogany

📋 copy color: '#C3353C'

red 195 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #C3353C

Tints of Mahogany #C3353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 63.31%
G = 17.21%
B = 19.48%

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

#C3353C (or 0xC3353C) is known color: Mahogany. HEX triplet: C3, 35 and 3C. RGB value is (195,53,60). Sum of RGB (Red+Green+Blue) = 195+53+60=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3353C is #3CCAC3. Grayscale: #606060. Windows color (decimal): -3984068 or 3945923. OLE color: 3945923.

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

Color convert

RGB 195 53 60 -
CMYK 0 0.73 0.69 0.24
HSL 357.04º 0.57% 0.49% -
HSV(B) 357.04º 0.73% 0.76% -
XYZ 24.59 14.47 5.77 -
YUV 96.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 195 53 60 0 0.73 0.69 0.24 357.04 0.57 0.49
Hex C3 35 3C 0 49 45 18 165 39 31
Octal 303 65 74 0 111 105 30 545 71 61
Binary 11000011 110101 111100 0 1001001 1000101 11000 101100101 111001 110001

Color Harmonies of #C3353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3353C

Black with #C3353C

Text Example


Text Example

White with #C3353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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