Html Css Color HEX #CC303A Mahogany

📋 copy color: '#CC303A'

red 204 ◦ green 48 ◦ blue 58

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

Shades of Mahogany #CC303A

Tints of Mahogany #CC303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 65.81%
G = 15.48%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC303A (or 0xCC303A) is known color: Mahogany. HEX triplet: CC, 30 and 3A. RGB value is (204,48,58). Sum of RGB (Red+Green+Blue) = 204+48+58=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC303A is #33CFC5. Grayscale: #5F5F5F. Windows color (decimal): -3395526 or 3813580. OLE color: 3813580.

HSL color Cylindrical-coordinate representation of color #CC303A: hue angle of 356.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC303A is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 58 -
CMYK 0 0.76 0.72 0.2
HSL 356.15º 0.62% 0.49% -
HSV(B) 356.15º 0.76% 0.8% -
XYZ 26.72 15.26 5.54 -
YUV 95.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 204 48 58 0 0.76 0.72 0.2 356.15 0.62 0.49
Hex CC 30 3A 0 4C 48 14 164 3E 31
Octal 314 60 72 0 114 110 24 544 76 61
Binary 11001100 110000 111010 0 1001100 1001000 10100 101100100 111110 110001

Color Harmonies of #CC303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC303A

Black with #CC303A

Text Example


Text Example

White with #CC303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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