Html Css Color HEX #C64145 Mahogany

📋 copy color: '#C64145'

red 198 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #C64145

Tints of Mahogany #C64145

RGB

 RED value IS 198 (77.73% from 255) = 59.64%

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 59.64%
G = 19.58%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64145 (or 0xC64145) is known color: Mahogany. HEX triplet: C6, 41 and 45. RGB value is (198,65,69). Sum of RGB (Red+Green+Blue) = 198+65+69=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C64145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64145 is #39BEBA. Grayscale: #696969. Windows color (decimal): -3784379 or 4538822. OLE color: 4538822.

HSL color Cylindrical-coordinate representation of color #C64145: hue angle of 358.2º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64145 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 69 -
CMYK 0 0.67 0.65 0.22
HSL 358.2º 0.54% 0.52% -
HSV(B) 358.2º 0.67% 0.78% -
XYZ 26.25 16.22 7.38 -
YUV 105.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 198 65 69 0 0.67 0.65 0.22 358.2 0.54 0.52
Hex C6 41 45 0 43 41 16 166 36 34
Octal 306 101 105 0 103 101 26 546 66 64
Binary 11000110 1000001 1000101 0 1000011 1000001 10110 101100110 110110 110100

Color Harmonies of #C64145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64145

Black with #C64145

Text Example


Text Example

White with #C64145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64145; }

 p { color: rgb(198,65,69); }

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

background-color css

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

 a { background-color: rgb(198,65,69); }

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

border-color css

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

 span { border-color: rgb(198,65,69); }

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