Html Css Color HEX #CC373F Mahogany

📋 copy color: '#CC373F'

red 204 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #CC373F

Tints of Mahogany #CC373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 63.35%
G = 17.08%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC373F (or 0xCC373F) is known color: Mahogany. HEX triplet: CC, 37 and 3F. RGB value is (204,55,63). Sum of RGB (Red+Green+Blue) = 204+55+63=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC373F is #33C8C0. Grayscale: #646464. Windows color (decimal): -3393729 or 4143052. OLE color: 4143052.

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

Color convert

RGB 204 55 63 -
CMYK 0 0.73 0.69 0.2
HSL 356.78º 0.59% 0.51% -
HSV(B) 356.78º 0.73% 0.8% -
XYZ 27.17 15.93 6.35 -
YUV 100.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 204 55 63 0 0.73 0.69 0.2 356.78 0.59 0.51
Hex CC 37 3F 0 49 45 14 165 3B 33
Octal 314 67 77 0 111 105 24 545 73 63
Binary 11001100 110111 111111 0 1001001 1000101 10100 101100101 111011 110011

Color Harmonies of #CC373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC373F

Black with #CC373F

Text Example


Text Example

White with #CC373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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