Html Css Color HEX #CC363F Mahogany

📋 copy color: '#CC363F'

red 204 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #CC363F

Tints of Mahogany #CC363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 63.55%
G = 16.82%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC363F (or 0xCC363F) is known color: Mahogany. HEX triplet: CC, 36 and 3F. RGB value is (204,54,63). Sum of RGB (Red+Green+Blue) = 204+54+63=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC363F is #33C9C0. Grayscale: #636363. Windows color (decimal): -3393985 or 4142796. OLE color: 4142796.

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

Color convert

RGB 204 54 63 -
CMYK 0 0.74 0.69 0.2
HSL 356.4º 0.6% 0.51% -
HSV(B) 356.4º 0.74% 0.8% -
XYZ 27.12 15.83 6.33 -
YUV 99.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 204 54 63 0 0.74 0.69 0.2 356.4 0.6 0.51
Hex CC 36 3F 0 4A 45 14 164 3C 33
Octal 314 66 77 0 112 105 24 544 74 63
Binary 11001100 110110 111111 0 1001010 1000101 10100 101100100 111100 110011

Color Harmonies of #CC363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC363F

Black with #CC363F

Text Example


Text Example

White with #CC363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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