Html Css Color HEX #CC373A Mahogany

📋 copy color: '#CC373A'

red 204 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #CC373A

Tints of Mahogany #CC373A

RGB

 RED value IS 204 (80.08% from 255) = 64.35%

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 64.35%
G = 17.35%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC373A (or 0xCC373A) is known color: Mahogany. HEX triplet: CC, 37 and 3A. RGB value is (204,55,58). Sum of RGB (Red+Green+Blue) = 204+55+58=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC373A is #33C8C5. Grayscale: #646464. Windows color (decimal): -3393734 or 3815372. OLE color: 3815372.

HSL color Cylindrical-coordinate representation of color #CC373A: hue angle of 358.79º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC373A is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 58 -
CMYK 0 0.73 0.72 0.2
HSL 358.79º 0.59% 0.51% -
HSV(B) 358.79º 0.73% 0.8% -
XYZ 27.03 15.88 5.64 -
YUV 99.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 204 55 58 0 0.73 0.72 0.2 358.79 0.59 0.51
Hex CC 37 3A 0 49 48 14 167 3B 33
Octal 314 67 72 0 111 110 24 547 73 63
Binary 11001100 110111 111010 0 1001001 1001000 10100 101100111 111011 110011

Color Harmonies of #CC373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC373A

Black with #CC373A

Text Example


Text Example

White with #CC373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC373A; }

 p { color: rgb(204,55,58); }

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

background-color css

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

 a { background-color: rgb(204,55,58); }

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

border-color css

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

 span { border-color: rgb(204,55,58); }

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