Html Css Color HEX #CC333C Mahogany

📋 copy color: '#CC333C'

red 204 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #CC333C

Tints of Mahogany #CC333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 64.76%
G = 16.19%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC333C (or 0xCC333C) is known color: Mahogany. HEX triplet: CC, 33 and 3C. RGB value is (204,51,60). Sum of RGB (Red+Green+Blue) = 204+51+60=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC333C is #33CCC3. Grayscale: #616161. Windows color (decimal): -3394756 or 3945420. OLE color: 3945420.

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

Color convert

RGB 204 51 60 -
CMYK 0 0.75 0.71 0.2
HSL 356.47º 0.6% 0.5% -
HSV(B) 356.47º 0.75% 0.8% -
XYZ 26.9 15.53 5.85 -
YUV 97.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 204 51 60 0 0.75 0.71 0.2 356.47 0.6 0.5
Hex CC 33 3C 0 4B 47 14 164 3C 32
Octal 314 63 74 0 113 107 24 544 74 62
Binary 11001100 110011 111100 0 1001011 1000111 10100 101100100 111100 110010

Color Harmonies of #CC333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC333C

Black with #CC333C

Text Example


Text Example

White with #CC333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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