Html Css Color HEX #CC363A Mahogany

📋 copy color: '#CC363A'

red 204 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #CC363A

Tints of Mahogany #CC363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 64.56%
G = 17.09%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC363A (or 0xCC363A) is known color: Mahogany. HEX triplet: CC, 36 and 3A. RGB value is (204,54,58). Sum of RGB (Red+Green+Blue) = 204+54+58=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC363A is #33C9C5. Grayscale: #636363. Windows color (decimal): -3393990 or 3815116. OLE color: 3815116.

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

Color convert

RGB 204 54 58 -
CMYK 0 0.74 0.72 0.2
HSL 358.4º 0.6% 0.51% -
HSV(B) 358.4º 0.74% 0.8% -
XYZ 26.98 15.78 5.63 -
YUV 99.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 204 54 58 0 0.74 0.72 0.2 358.4 0.6 0.51
Hex CC 36 3A 0 4A 48 14 166 3C 33
Octal 314 66 72 0 112 110 24 546 74 63
Binary 11001100 110110 111010 0 1001010 1001000 10100 101100110 111100 110011

Color Harmonies of #CC363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC363A

Black with #CC363A

Text Example


Text Example

White with #CC363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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