Html Css Color HEX #CC2A2F Mahogany

📋 copy color: '#CC2A2F'

red 204 ◦ green 42 ◦ blue 47

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

Shades of Mahogany #CC2A2F

Tints of Mahogany #CC2A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 69.62%
G = 14.33%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC2A2F (or 0xCC2A2F) is known color: Mahogany. HEX triplet: CC, 2A and 2F. RGB value is (204,42,47). Sum of RGB (Red+Green+Blue) = 204+42+47=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A2F is #33D5D0. Grayscale: #5B5B5B. Windows color (decimal): -3397073 or 3091148. OLE color: 3091148.

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

Color convert

RGB 204 42 47 -
CMYK 0 0.79 0.77 0.2
HSL 358.15º 0.66% 0.48% -
HSV(B) 358.15º 0.79% 0.8% -
XYZ 26.24 14.7 4.14 -
YUV 91.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 204 42 47 0 0.79 0.77 0.2 358.15 0.66 0.48
Hex CC 2A 2F 0 4F 4D 14 166 42 30
Octal 314 52 57 0 117 115 24 546 102 60
Binary 11001100 101010 101111 0 1001111 1001101 10100 101100110 1000010 110000

Color Harmonies of #CC2A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A2F

Black with #CC2A2F

Text Example


Text Example

White with #CC2A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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