Html Css Color HEX #CC373C Mahogany

📋 copy color: '#CC373C'

red 204 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #CC373C

Tints of Mahogany #CC373C

RGB

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

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

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

R = 63.95%
G = 17.24%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC373C (or 0xCC373C) is known color: Mahogany. HEX triplet: CC, 37 and 3C. RGB value is (204,55,60). Sum of RGB (Red+Green+Blue) = 204+55+60=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC373C is #33C8C3. Grayscale: #646464. Windows color (decimal): -3393732 or 3946444. OLE color: 3946444.

HSL color Cylindrical-coordinate representation of color #CC373C: hue angle of 357.99º 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 #CC373C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 60 -
CMYK 0 0.73 0.71 0.2
HSL 357.99º 0.59% 0.51% -
HSV(B) 357.99º 0.73% 0.8% -
XYZ 27.08 15.9 5.92 -
YUV 100.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 204 55 60 0 0.73 0.71 0.2 357.99 0.59 0.51
Hex CC 37 3C 0 49 47 14 166 3B 33
Octal 314 67 74 0 111 107 24 546 73 63
Binary 11001100 110111 111100 0 1001001 1000111 10100 101100110 111011 110011

Color Harmonies of #CC373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC373C

Black with #CC373C

Text Example


Text Example

White with #CC373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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