Html Css Color HEX #CC363C Mahogany

📋 copy color: '#CC363C'

red 204 ◦ green 54 ◦ blue 60

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

Shades of Mahogany #CC363C

Tints of Mahogany #CC363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 64.15%
G = 16.98%
B = 18.87%

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

#CC363C (or 0xCC363C) is known color: Mahogany. HEX triplet: CC, 36 and 3C. RGB value is (204,54,60). Sum of RGB (Red+Green+Blue) = 204+54+60=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC363C is #33C9C3. Grayscale: #636363. Windows color (decimal): -3393988 or 3946188. OLE color: 3946188.

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

Color convert

RGB 204 54 60 -
CMYK 0 0.74 0.71 0.2
HSL 357.6º 0.6% 0.51% -
HSV(B) 357.6º 0.74% 0.8% -
XYZ 27.04 15.8 5.9 -
YUV 99.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 204 54 60 0 0.74 0.71 0.2 357.6 0.6 0.51
Hex CC 36 3C 0 4A 47 14 166 3C 33
Octal 314 66 74 0 112 107 24 546 74 63
Binary 11001100 110110 111100 0 1001010 1000111 10100 101100110 111100 110011

Color Harmonies of #CC363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC363C

Black with #CC363C

Text Example


Text Example

White with #CC363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC363C; }

 p { color: rgb(204,54,60); }

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

background-color css

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

 a { background-color: rgb(204,54,60); }

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

border-color css

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

 span { border-color: rgb(204,54,60); }

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