Html Css Color HEX #CC3A3E Mahogany

📋 copy color: '#CC3A3E'

red 204 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #CC3A3E

Tints of Mahogany #CC3A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 62.96%
G = 17.9%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC3A3E (or 0xCC3A3E) is known color: Mahogany. HEX triplet: CC, 3A and 3E. RGB value is (204,58,62). Sum of RGB (Red+Green+Blue) = 204+58+62=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A3E is #33C5C1. Grayscale: #666666. Windows color (decimal): -3392962 or 4078284. OLE color: 4078284.

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

Color convert

RGB 204 58 62 -
CMYK 0 0.72 0.70 0.2
HSL 358.36º 0.59% 0.51% -
HSV(B) 358.36º 0.72% 0.8% -
XYZ 27.28 16.21 6.25 -
YUV 102.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 204 58 62 0 0.72 0.70 0.2 358.36 0.59 0.51
Hex CC 3A 3E 0 48 46 14 166 3B 33
Octal 314 72 76 0 110 106 24 546 73 63
Binary 11001100 111010 111110 0 1001000 1000110 10100 101100110 111011 110011

Color Harmonies of #CC3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A3E

Black with #CC3A3E

Text Example


Text Example

White with #CC3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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