#CC334C

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

Shades of Brick Red #CC334C

Tints of Brick Red #CC334C

Color information

#CC334C (or 0xCC334C) is unknown color: approx Brick Red. HEX triplet: CC, 33 and 4C. RGB value is (204,51,76). Sum of RGB (Red+Green+Blue) = 204+51+76=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC334C is #33CCB3. Grayscale: #636363. Windows color (decimal): -3394740 or 4993996. OLE color: 4993996.

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

Color convert

RGB2045176-
CMYK00.750.630.2
HSL350.2º60%50%-
HSV(B)350.2º75%80%-
XYZ27.3915.738.43-
YUV99.6114.69202.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=61.63%
G=15.41%
B=22.96%

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
Decimal204517600.750.630.2350.26050
HexCC334C04B3F1415e3c32
Octal31463114011377245367462
Binary1100110011001110011000100101111111110100101011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC334C; }

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

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

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

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

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

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

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

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