Html Css Color HEX #CC3435 Mahogany

📋 copy color: '#CC3435'

red 204 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #CC3435

Tints of Mahogany #CC3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 66.02%
G = 16.83%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC3435 (or 0xCC3435) is known color: Mahogany. HEX triplet: CC, 34 and 35. RGB value is (204,52,53). Sum of RGB (Red+Green+Blue) = 204+52+53=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3435 is #33CBCA. Grayscale: #616161. Windows color (decimal): -3394507 or 3486924. OLE color: 3486924.

HSL color Cylindrical-coordinate representation of color #CC3435: hue angle of 359.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3435 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 53 -
CMYK 0 0.75 0.74 0.2
HSL 359.61º 0.6% 0.5% -
HSV(B) 359.61º 0.75% 0.8% -
XYZ 26.77 15.55 4.96 -
YUV 97.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 204 52 53 0 0.75 0.74 0.2 359.61 0.6 0.5
Hex CC 34 35 0 4B 4A 14 168 3C 32
Octal 314 64 65 0 113 112 24 550 74 62
Binary 11001100 110100 110101 0 1001011 1001010 10100 101101000 111100 110010

Color Harmonies of #CC3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3435

Black with #CC3435

Text Example


Text Example

White with #CC3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3435; }

 p { color: rgb(204,52,53); }

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

background-color css

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

 a { background-color: rgb(204,52,53); }

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

border-color css

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

 span { border-color: rgb(204,52,53); }

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