Html Css Color HEX #CC4445 Mahogany

📋 copy color: '#CC4445'

red 204 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #CC4445

Tints of Mahogany #CC4445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 59.82%
G = 19.94%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC4445 (or 0xCC4445) is known color: Mahogany. HEX triplet: CC, 44 and 45. RGB value is (204,68,69). Sum of RGB (Red+Green+Blue) = 204+68+69=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4445 is #33BBBA. Grayscale: #6C6C6C. Windows color (decimal): -3390395 or 4539596. OLE color: 4539596.

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

Color convert

RGB 204 68 69 -
CMYK 0 0.67 0.66 0.2
HSL 359.56º 0.57% 0.53% -
HSV(B) 359.56º 0.67% 0.8% -
XYZ 28.04 17.4 7.51 -
YUV 108.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 204 68 69 0 0.67 0.66 0.2 359.56 0.57 0.53
Hex CC 44 45 0 43 42 14 168 39 35
Octal 314 104 105 0 103 102 24 550 71 65
Binary 11001100 1000100 1000101 0 1000011 1000010 10100 101101000 111001 110101

Color Harmonies of #CC4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4445

Black with #CC4445

Text Example


Text Example

White with #CC4445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4445; }

 p { color: rgb(204,68,69); }

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

background-color css

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

 a { background-color: rgb(204,68,69); }

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

border-color css

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

 span { border-color: rgb(204,68,69); }

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