Html Css Color HEX #CC353D Mahogany

📋 copy color: '#CC353D'

red 204 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #CC353D

Tints of Mahogany #CC353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 64.15%
G = 16.67%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC353D (or 0xCC353D) is known color: Mahogany. HEX triplet: CC, 35 and 3D. RGB value is (204,53,61). Sum of RGB (Red+Green+Blue) = 204+53+61=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC353D is #33CAC2. Grayscale: #636363. Windows color (decimal): -3394243 or 4011468. OLE color: 4011468.

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

Color convert

RGB 204 53 61 -
CMYK 0 0.74 0.70 0.2
HSL 356.82º 0.6% 0.5% -
HSV(B) 356.82º 0.74% 0.8% -
XYZ 27.02 15.72 6.03 -
YUV 99.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 204 53 61 0 0.74 0.70 0.2 356.82 0.6 0.5
Hex CC 35 3D 0 4A 46 14 165 3C 32
Octal 314 65 75 0 112 106 24 545 74 62
Binary 11001100 110101 111101 0 1001010 1000110 10100 101100101 111100 110010

Color Harmonies of #CC353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC353D

Black with #CC353D

Text Example


Text Example

White with #CC353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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