#CC324C

Color #CC324C Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CC324C

Tints of Brick Red #CC324C

Color information

#CC324C (or 0xCC324C) is unknown color: approx Brick Red. HEX triplet: CC, 32 and 4C. RGB value is (204,50,76). Sum of RGB (Red+Green+Blue) = 204+50+76=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC324C is #33CDB3. Grayscale: #636363. Windows color (decimal): -3394996 or 4993740. OLE color: 4993740.

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

Color convert

RGB2045076-
CMYK00.750.630.2
HSL349.87º60.63%49.8%-
HSV(B)349.87º75.49%80%-
XYZ27.3515.648.42-
YUV99.01115.02202.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=61.82%
G=15.15%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204507600.750.630.2349.8760.6349.8
HexCC324C04B3F1415e3d32
Octal31462114011377245367562
Binary1100110011001010011000100101111111110100101011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC324C; }

 p { color: rgb(204,50,76); }

 H1.HeaderClassName
 {
   color: #CC324C;
 }
 .AnyTagClassName
 {
   color: #CC324C;
 }
</style>
background-color css

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

 a { background-color: rgb(204,50,76); }

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

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

 span { border-color: rgb(204,50,76); }

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