Html Css Color HEX #CC4046 Mahogany

📋 copy color: '#CC4046'

red 204 ◦ green 64 ◦ blue 70

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

Shades of Mahogany #CC4046

Tints of Mahogany #CC4046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 60.36%
G = 18.93%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC4046 (or 0xCC4046) is known color: Mahogany. HEX triplet: CC, 40 and 46. RGB value is (204,64,70). Sum of RGB (Red+Green+Blue) = 204+64+70=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4046 is #33BFB9. Grayscale: #6A6A6A. Windows color (decimal): -3391418 or 4604108. OLE color: 4604108.

HSL color Cylindrical-coordinate representation of color #CC4046: hue angle of 357.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4046 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 70 -
CMYK 0 0.69 0.66 0.2
HSL 357.43º 0.58% 0.53% -
HSV(B) 357.43º 0.69% 0.8% -
XYZ 27.84 16.95 7.6 -
YUV 106.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 204 64 70 0 0.69 0.66 0.2 357.43 0.58 0.53
Hex CC 40 46 0 45 42 14 165 3A 35
Octal 314 100 106 0 105 102 24 545 72 65
Binary 11001100 1000000 1000110 0 1000101 1000010 10100 101100101 111010 110101

Color Harmonies of #CC4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4046

Black with #CC4046

Text Example


Text Example

White with #CC4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4046; }

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

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

background-color css

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

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

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

border-color css

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

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

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