Html Css Color HEX #CC4144 Mahogany

📋 copy color: '#CC4144'

red 204 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #CC4144

Tints of Mahogany #CC4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 60.53%
G = 19.29%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC4144 (or 0xCC4144) is known color: Mahogany. HEX triplet: CC, 41 and 44. RGB value is (204,65,68). Sum of RGB (Red+Green+Blue) = 204+65+68=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4144 is #33BEBB. Grayscale: #6B6B6B. Windows color (decimal): -3391164 or 4473292. OLE color: 4473292.

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

Color convert

RGB 204 65 68 -
CMYK 0 0.68 0.67 0.2
HSL 358.71º 0.58% 0.53% -
HSV(B) 358.71º 0.68% 0.8% -
XYZ 27.84 17.04 7.29 -
YUV 106.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 204 65 68 0 0.68 0.67 0.2 358.71 0.58 0.53
Hex CC 41 44 0 44 43 14 167 3A 35
Octal 314 101 104 0 104 103 24 547 72 65
Binary 11001100 1000001 1000100 0 1000100 1000011 10100 101100111 111010 110101

Color Harmonies of #CC4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4144

Black with #CC4144

Text Example


Text Example

White with #CC4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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