Html Css Color HEX #CC292E Mahogany

📋 copy color: '#CC292E'

red 204 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #CC292E

Tints of Mahogany #CC292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 70.1%
G = 14.09%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC292E (or 0xCC292E) is known color: Mahogany. HEX triplet: CC, 29 and 2E. RGB value is (204,41,46). Sum of RGB (Red+Green+Blue) = 204+41+46=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC292E is #33D6D1. Grayscale: #5A5A5A. Windows color (decimal): -3397330 or 3025356. OLE color: 3025356.

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

Color convert

RGB 204 41 46 -
CMYK 0 0.80 0.77 0.2
HSL 358.16º 0.67% 0.48% -
HSV(B) 358.16º 0.8% 0.8% -
XYZ 26.19 14.62 4.03 -
YUV 90.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 204 41 46 0 0.80 0.77 0.2 358.16 0.67 0.48
Hex CC 29 2E 0 50 4D 14 166 43 30
Octal 314 51 56 0 120 115 24 546 103 60
Binary 11001100 101001 101110 0 1010000 1001101 10100 101100110 1000011 110000

Color Harmonies of #CC292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC292E

Black with #CC292E

Text Example


Text Example

White with #CC292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC292E; }

 p { color: rgb(204,41,46); }

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

background-color css

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

 a { background-color: rgb(204,41,46); }

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

border-color css

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

 span { border-color: rgb(204,41,46); }

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