Html Css Color HEX #CC3841 Mahogany

📋 copy color: '#CC3841'

red 204 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #CC3841

Tints of Mahogany #CC3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 62.77%
G = 17.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC3841 (or 0xCC3841) is known color: Mahogany. HEX triplet: CC, 38 and 41. RGB value is (204,56,65). Sum of RGB (Red+Green+Blue) = 204+56+65=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3841 is #33C7BE. Grayscale: #656565. Windows color (decimal): -3393471 or 4274380. OLE color: 4274380.

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

Color convert

RGB 204 56 65 -
CMYK 0 0.73 0.68 0.2
HSL 356.35º 0.59% 0.51% -
HSV(B) 356.35º 0.73% 0.8% -
XYZ 27.27 16.05 6.66 -
YUV 101.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 204 56 65 0 0.73 0.68 0.2 356.35 0.59 0.51
Hex CC 38 41 0 49 44 14 164 3B 33
Octal 314 70 101 0 111 104 24 544 73 63
Binary 11001100 111000 1000001 0 1001001 1000100 10100 101100100 111011 110011

Color Harmonies of #CC3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3841

Black with #CC3841

Text Example


Text Example

White with #CC3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3841; }

 p { color: rgb(204,56,65); }

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

background-color css

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

 a { background-color: rgb(204,56,65); }

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

border-color css

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

 span { border-color: rgb(204,56,65); }

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