Html Css Color HEX #CC3338 Mahogany

📋 copy color: '#CC3338'

red 204 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #CC3338

Tints of Mahogany #CC3338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 65.59%
G = 16.4%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3338 (or 0xCC3338) is known color: Mahogany. HEX triplet: CC, 33 and 38. RGB value is (204,51,56). Sum of RGB (Red+Green+Blue) = 204+51+56=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3338 is #33CCC7. Grayscale: #616161. Windows color (decimal): -3394760 or 3683276. OLE color: 3683276.

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

Color convert

RGB 204 51 56 -
CMYK 0 0.75 0.73 0.2
HSL 358.04º 0.6% 0.5% -
HSV(B) 358.04º 0.75% 0.8% -
XYZ 26.8 15.49 5.32 -
YUV 97.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 204 51 56 0 0.75 0.73 0.2 358.04 0.6 0.5
Hex CC 33 38 0 4B 49 14 166 3C 32
Octal 314 63 70 0 113 111 24 546 74 62
Binary 11001100 110011 111000 0 1001011 1001001 10100 101100110 111100 110010

Color Harmonies of #CC3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3338

Black with #CC3338

Text Example


Text Example

White with #CC3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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