Html Css Color HEX #CC4247 Mahogany

📋 copy color: '#CC4247'

red 204 ◦ green 66 ◦ blue 71

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

Shades of Mahogany #CC4247

Tints of Mahogany #CC4247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

 BLUE value IS 71 (28.13% from 255) = 20.82%

R = 59.82%
G = 19.35%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC4247 (or 0xCC4247) is known color: Mahogany. HEX triplet: CC, 42 and 47. RGB value is (204,66,71). Sum of RGB (Red+Green+Blue) = 204+66+71=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4247 is #33BDB8. Grayscale: #6B6B6B. Windows color (decimal): -3390905 or 4670156. OLE color: 4670156.

HSL color Cylindrical-coordinate representation of color #CC4247: hue angle of 357.83º degrees, saturation: 0.57, 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 #CC4247 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 71 -
CMYK 0 0.68 0.65 0.2
HSL 357.83º 0.58% 0.53% -
HSV(B) 357.83º 0.68% 0.8% -
XYZ 27.99 17.19 7.8 -
YUV 107.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 204 66 71 0 0.68 0.65 0.2 357.83 0.58 0.53
Hex CC 42 47 0 44 41 14 166 3A 35
Octal 314 102 107 0 104 101 24 546 72 65
Binary 11001100 1000010 1000111 0 1000100 1000001 10100 101100110 111010 110101

Color Harmonies of #CC4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4247

Black with #CC4247

Text Example


Text Example

White with #CC4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4247; }

 p { color: rgb(204,66,71); }

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

background-color css

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

 a { background-color: rgb(204,66,71); }

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

border-color css

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

 span { border-color: rgb(204,66,71); }

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