Html Css Color HEX #C7333C Mahogany

📋 copy color: '#C7333C'

red 199 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #C7333C

Tints of Mahogany #C7333C

RGB

 RED value IS 199 (78.13% from 255) = 64.19%

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 64.19%
G = 16.45%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7333C (or 0xC7333C) is known color: Mahogany. HEX triplet: C7, 33 and 3C. RGB value is (199,51,60). Sum of RGB (Red+Green+Blue) = 199+51+60=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7333C is #38CCC3. Grayscale: #606060. Windows color (decimal): -3722436 or 3945415. OLE color: 3945415.

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

Color convert

RGB 199 51 60 -
CMYK 0 0.74 0.70 0.22
HSL 356.35º 0.59% 0.49% -
HSV(B) 356.35º 0.74% 0.78% -
XYZ 25.55 14.84 5.79 -
YUV 96.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 199 51 60 0 0.74 0.70 0.22 356.35 0.59 0.49
Hex C7 33 3C 0 4A 46 16 164 3B 31
Octal 307 63 74 0 112 106 26 544 73 61
Binary 11000111 110011 111100 0 1001010 1000110 10110 101100100 111011 110001

Color Harmonies of #C7333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7333C

Black with #C7333C

Text Example


Text Example

White with #C7333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7333C; }

 p { color: rgb(199,51,60); }

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

background-color css

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

 a { background-color: rgb(199,51,60); }

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

border-color css

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

 span { border-color: rgb(199,51,60); }

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