Html Css Color HEX #C6323C Mahogany

📋 copy color: '#C6323C'

red 198 ◦ green 50 ◦ blue 60

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

Shades of Mahogany #C6323C

Tints of Mahogany #C6323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

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

R = 64.29%
G = 16.23%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6323C (or 0xC6323C) is known color: Mahogany. HEX triplet: C6, 32 and 3C. RGB value is (198,50,60). Sum of RGB (Red+Green+Blue) = 198+50+60=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6323C is #39CDC3. Grayscale: #5F5F5F. Windows color (decimal): -3788228 or 3945158. OLE color: 3945158.

HSL color Cylindrical-coordinate representation of color #C6323C: hue angle of 355.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6323C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 60 -
CMYK 0 0.75 0.70 0.22
HSL 355.95º 0.6% 0.49% -
HSV(B) 355.95º 0.75% 0.78% -
XYZ 25.24 14.61 5.77 -
YUV 95.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 198 50 60 0 0.75 0.70 0.22 355.95 0.6 0.49
Hex C6 32 3C 0 4B 46 16 164 3C 31
Octal 306 62 74 0 113 106 26 544 74 61
Binary 11000110 110010 111100 0 1001011 1000110 10110 101100100 111100 110001

Color Harmonies of #C6323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6323C

Black with #C6323C

Text Example


Text Example

White with #C6323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6323C; }

 p { color: rgb(198,50,60); }

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

background-color css

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

 a { background-color: rgb(198,50,60); }

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

border-color css

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

 span { border-color: rgb(198,50,60); }

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