#CC334A

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

Shades of Brick Red #CC334A

Tints of Brick Red #CC334A

Color information

#CC334A (or 0xCC334A) is unknown color: approx Brick Red. HEX triplet: CC, 33 and 4A. RGB value is (204,51,74). Sum of RGB (Red+Green+Blue) = 204+51+74=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC334A is #33CCB5. Grayscale: #636363. Windows color (decimal): -3394742 or 4862924. OLE color: 4862924.

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

Color convert

RGB2045174-
CMYK00.750.640.2
HSL350.98º60%50%-
HSV(B)350.98º75%80%-
XYZ27.3215.78.07-
YUV99.37113.69202.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=62.01%
G=15.50%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204517400.750.640.2350.986050
HexCC334A04B401415f3c32
Octal314631120113100245377462
Binary11001100110011100101001001011100000010100101011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC334A; }

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

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

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

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

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

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

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

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