Html Css Color HEX #CC4348 Mahogany

📋 copy color: '#CC4348'

red 204 ◦ green 67 ◦ blue 72

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

Shades of Mahogany #CC4348

Tints of Mahogany #CC4348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 59.48%
G = 19.53%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC4348 (or 0xCC4348) is known color: Mahogany. HEX triplet: CC, 43 and 48. RGB value is (204,67,72). Sum of RGB (Red+Green+Blue) = 204+67+72=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4348 is #33BCB7. Grayscale: #6C6C6C. Windows color (decimal): -3390648 or 4735948. OLE color: 4735948.

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

Color convert

RGB 204 67 72 -
CMYK 0 0.67 0.65 0.2
HSL 357.81º 0.57% 0.53% -
HSV(B) 357.81º 0.67% 0.8% -
XYZ 28.08 17.32 7.99 -
YUV 108.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 204 67 72 0 0.67 0.65 0.2 357.81 0.57 0.53
Hex CC 43 48 0 43 41 14 166 39 35
Octal 314 103 110 0 103 101 24 546 71 65
Binary 11001100 1000011 1001000 0 1000011 1000001 10100 101100110 111001 110101

Color Harmonies of #CC4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4348

Black with #CC4348

Text Example


Text Example

White with #CC4348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4348; }

 p { color: rgb(204,67,72); }

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

background-color css

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

 a { background-color: rgb(204,67,72); }

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

border-color css

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

 span { border-color: rgb(204,67,72); }

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