Html Css Color HEX #CC3740 Mahogany

📋 copy color: '#CC3740'

red 204 ◦ green 55 ◦ blue 64

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

Shades of Mahogany #CC3740

Tints of Mahogany #CC3740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 63.16%
G = 17.03%
B = 19.81%

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

#CC3740 (or 0xCC3740) is known color: Mahogany. HEX triplet: CC, 37 and 40. RGB value is (204,55,64). Sum of RGB (Red+Green+Blue) = 204+55+64=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3740 is #33C8BF. Grayscale: #646464. Windows color (decimal): -3393728 or 4208588. OLE color: 4208588.

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

Color convert

RGB 204 55 64 -
CMYK 0 0.73 0.69 0.2
HSL 356.38º 0.59% 0.51% -
HSV(B) 356.38º 0.73% 0.8% -
XYZ 27.19 15.94 6.49 -
YUV 100.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 204 55 64 0 0.73 0.69 0.2 356.38 0.59 0.51
Hex CC 37 40 0 49 45 14 164 3B 33
Octal 314 67 100 0 111 105 24 544 73 63
Binary 11001100 110111 1000000 0 1001001 1000101 10100 101100100 111011 110011

Color Harmonies of #CC3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3740

Black with #CC3740

Text Example


Text Example

White with #CC3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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