Html Css Color HEX #CC3337 Mahogany

📋 copy color: '#CC3337'

red 204 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #CC3337

Tints of Mahogany #CC3337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 65.81%
G = 16.45%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3337 (or 0xCC3337) is known color: Mahogany. HEX triplet: CC, 33 and 37. RGB value is (204,51,55). Sum of RGB (Red+Green+Blue) = 204+51+55=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3337 is #33CCC8. Grayscale: #616161. Windows color (decimal): -3394761 or 3617740. OLE color: 3617740.

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

Color convert

RGB 204 51 55 -
CMYK 0 0.75 0.73 0.2
HSL 358.43º 0.6% 0.5% -
HSV(B) 358.43º 0.75% 0.8% -
XYZ 26.78 15.48 5.19 -
YUV 97.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 204 51 55 0 0.75 0.73 0.2 358.43 0.6 0.5
Hex CC 33 37 0 4B 49 14 166 3C 32
Octal 314 63 67 0 113 111 24 546 74 62
Binary 11001100 110011 110111 0 1001011 1001001 10100 101100110 111100 110010

Color Harmonies of #CC3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3337

Black with #CC3337

Text Example


Text Example

White with #CC3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3337; }

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

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

background-color css

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

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

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

border-color css

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

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

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