Html Css Color HEX #CC353B Mahogany

📋 copy color: '#CC353B'

red 204 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #CC353B

Tints of Mahogany #CC353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 64.56%
G = 16.77%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC353B (or 0xCC353B) is known color: Mahogany. HEX triplet: CC, 35 and 3B. RGB value is (204,53,59). Sum of RGB (Red+Green+Blue) = 204+53+59=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC353B is #33CAC4. Grayscale: #626262. Windows color (decimal): -3394245 or 3880396. OLE color: 3880396.

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

Color convert

RGB 204 53 59 -
CMYK 0 0.74 0.71 0.2
HSL 357.62º 0.6% 0.5% -
HSV(B) 357.62º 0.74% 0.8% -
XYZ 26.96 15.7 5.75 -
YUV 98.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 204 53 59 0 0.74 0.71 0.2 357.62 0.6 0.5
Hex CC 35 3B 0 4A 47 14 166 3C 32
Octal 314 65 73 0 112 107 24 546 74 62
Binary 11001100 110101 111011 0 1001010 1000111 10100 101100110 111100 110010

Color Harmonies of #CC353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC353B

Black with #CC353B

Text Example


Text Example

White with #CC353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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