Html Css Color HEX #C34445 Mahogany

📋 copy color: '#C34445'

red 195 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #C34445

Tints of Mahogany #C34445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 58.73%
G = 20.48%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34445 (or 0xC34445) is known color: Mahogany. HEX triplet: C3, 44 and 45. RGB value is (195,68,69). Sum of RGB (Red+Green+Blue) = 195+68+69=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34445 is #3CBBBA. Grayscale: #6A6A6A. Windows color (decimal): -3980219 or 4539587. OLE color: 4539587.

HSL color Cylindrical-coordinate representation of color #C34445: hue angle of 359.53º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34445 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 68 69 -
CMYK 0 0.65 0.65 0.24
HSL 359.53º 0.51% 0.52% -
HSV(B) 359.53º 0.65% 0.76% -
XYZ 25.65 16.17 7.4 -
YUV 106.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 195 68 69 0 0.65 0.65 0.24 359.53 0.51 0.52
Hex C3 44 45 0 41 41 18 168 33 34
Octal 303 104 105 0 101 101 30 550 63 64
Binary 11000011 1000100 1000101 0 1000001 1000001 11000 101101000 110011 110100

Color Harmonies of #C34445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34445

Black with #C34445

Text Example


Text Example

White with #C34445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34445; }

 p { color: rgb(195,68,69); }

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

background-color css

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

 a { background-color: rgb(195,68,69); }

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

border-color css

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

 span { border-color: rgb(195,68,69); }

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