Html Css Color HEX #CC3036 Mahogany

📋 copy color: '#CC3036'

red 204 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #CC3036

Tints of Mahogany #CC3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 66.67%
G = 15.69%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC3036 (or 0xCC3036) is known color: Mahogany. HEX triplet: CC, 30 and 36. RGB value is (204,48,54). Sum of RGB (Red+Green+Blue) = 204+48+54=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3036 is #33CFC9. Grayscale: #5F5F5F. Windows color (decimal): -3395530 or 3551436. OLE color: 3551436.

HSL color Cylindrical-coordinate representation of color #CC3036: hue angle of 357.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3036 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 54 -
CMYK 0 0.76 0.74 0.2
HSL 357.69º 0.62% 0.49% -
HSV(B) 357.69º 0.76% 0.8% -
XYZ 26.62 15.22 5.02 -
YUV 95.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 204 48 54 0 0.76 0.74 0.2 357.69 0.62 0.49
Hex CC 30 36 0 4C 4A 14 166 3E 31
Octal 314 60 66 0 114 112 24 546 76 61
Binary 11001100 110000 110110 0 1001100 1001010 10100 101100110 111110 110001

Color Harmonies of #CC3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3036

Black with #CC3036

Text Example


Text Example

White with #CC3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3036; }

 p { color: rgb(204,48,54); }

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

background-color css

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

 a { background-color: rgb(204,48,54); }

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

border-color css

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

 span { border-color: rgb(204,48,54); }

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