Html Css Color HEX #C9333C Mahogany

📋 copy color: '#C9333C'

red 201 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #C9333C

Tints of Mahogany #C9333C

RGB

 RED value IS 201 (78.91% from 255) = 64.42%

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

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

R = 64.42%
G = 16.35%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9333C (or 0xC9333C) is known color: Mahogany. HEX triplet: C9, 33 and 3C. RGB value is (201,51,60). Sum of RGB (Red+Green+Blue) = 201+51+60=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9333C is #36CCC3. Grayscale: #606060. Windows color (decimal): -3591364 or 3945417. OLE color: 3945417.

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

Color convert

RGB 201 51 60 -
CMYK 0 0.75 0.70 0.21
HSL 356.4º 0.6% 0.49% -
HSV(B) 356.4º 0.75% 0.79% -
XYZ 26.09 15.11 5.82 -
YUV 96.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 201 51 60 0 0.75 0.70 0.21 356.4 0.6 0.49
Hex C9 33 3C 0 4B 46 15 164 3C 31
Octal 311 63 74 0 113 106 25 544 74 61
Binary 11001001 110011 111100 0 1001011 1000110 10101 101100100 111100 110001

Color Harmonies of #C9333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9333C

Black with #C9333C

Text Example


Text Example

White with #C9333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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