Html Css Color HEX #CC333D Mahogany

📋 copy color: '#CC333D'

red 204 ◦ green 51 ◦ blue 61

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

Shades of Mahogany #CC333D

Tints of Mahogany #CC333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 64.56%
G = 16.14%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC333D (or 0xCC333D) is known color: Mahogany. HEX triplet: CC, 33 and 3D. RGB value is (204,51,61). Sum of RGB (Red+Green+Blue) = 204+51+61=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC333D is #33CCC2. Grayscale: #616161. Windows color (decimal): -3394755 or 4010956. OLE color: 4010956.

HSL color Cylindrical-coordinate representation of color #CC333D: hue angle of 356.08º 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 #CC333D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 61 -
CMYK 0 0.75 0.70 0.2
HSL 356.08º 0.6% 0.5% -
HSV(B) 356.08º 0.75% 0.8% -
XYZ 26.93 15.54 6 -
YUV 97.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 204 51 61 0 0.75 0.70 0.2 356.08 0.6 0.5
Hex CC 33 3D 0 4B 46 14 164 3C 32
Octal 314 63 75 0 113 106 24 544 74 62
Binary 11001100 110011 111101 0 1001011 1000110 10100 101100100 111100 110010

Color Harmonies of #CC333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC333D

Black with #CC333D

Text Example


Text Example

White with #CC333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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