Html Css Color HEX #CC3E45 Mahogany

📋 copy color: '#CC3E45'

red 204 ◦ green 62 ◦ blue 69

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

Shades of Mahogany #CC3E45

Tints of Mahogany #CC3E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

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

R = 60.9%
G = 18.51%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC3E45 (or 0xCC3E45) is known color: Mahogany. HEX triplet: CC, 3E and 45. RGB value is (204,62,69). Sum of RGB (Red+Green+Blue) = 204+62+69=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E45 is #33C1BA. Grayscale: #696969. Windows color (decimal): -3391931 or 4538060. OLE color: 4538060.

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

Color convert

RGB 204 62 69 -
CMYK 0 0.70 0.66 0.2
HSL 357.04º 0.58% 0.52% -
HSV(B) 357.04º 0.7% 0.8% -
XYZ 27.7 16.71 7.4 -
YUV 105.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 204 62 69 0 0.70 0.66 0.2 357.04 0.58 0.52
Hex CC 3E 45 0 46 42 14 165 3A 34
Octal 314 76 105 0 106 102 24 545 72 64
Binary 11001100 111110 1000101 0 1000110 1000010 10100 101100101 111010 110100

Color Harmonies of #CC3E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E45

Black with #CC3E45

Text Example


Text Example

White with #CC3E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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