Html Css Color HEX #CC2F3A Mahogany

📋 copy color: '#CC2F3A'

red 204 ◦ green 47 ◦ blue 58

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

Shades of Mahogany #CC2F3A

Tints of Mahogany #CC2F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

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

R = 66.02%
G = 15.21%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2F3A (or 0xCC2F3A) is known color: Mahogany. HEX triplet: CC, 2F and 3A. RGB value is (204,47,58). Sum of RGB (Red+Green+Blue) = 204+47+58=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F3A is #33D0C5. Grayscale: #5F5F5F. Windows color (decimal): -3395782 or 3813324. OLE color: 3813324.

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

Color convert

RGB 204 47 58 -
CMYK 0 0.77 0.72 0.2
HSL 355.8º 0.63% 0.49% -
HSV(B) 355.8º 0.77% 0.8% -
XYZ 26.68 15.18 5.53 -
YUV 95.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 204 47 58 0 0.77 0.72 0.2 355.8 0.63 0.49
Hex CC 2F 3A 0 4D 48 14 164 3F 31
Octal 314 57 72 0 115 110 24 544 77 61
Binary 11001100 101111 111010 0 1001101 1001000 10100 101100100 111111 110001

Color Harmonies of #CC2F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F3A

Black with #CC2F3A

Text Example


Text Example

White with #CC2F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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