#CC4350

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

Shades of Mandy #CC4350

Tints of Mandy #CC4350

Color information

#CC4350 (or 0xCC4350) is unknown color: approx Mandy. HEX triplet: CC, 43 and 50. RGB value is (204,67,80). Sum of RGB (Red+Green+Blue) = 204+67+80=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4350 is #33BCAF. Grayscale: #6D6D6D. Windows color (decimal): -3390640 or 5260236. OLE color: 5260236.

HSL color Cylindrical-coordinate representation of color #CC4350: hue angle of 354.31º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4350 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB2046780-
CMYK00.670.610.2
HSL354.31º57.32%53.14%-
HSV(B)354.31º67.16%80%-
XYZ28.3617.439.46-
YUV109.44111.39195.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=58.12%
G=19.09%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204678000.670.610.2354.3157.3253.14
HexCC43500433D141623935
Octal314103120010375245427165
Binary11001100100001110100000100001111110110100101100010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4350; }

 p { color: rgb(204,67,80); }

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

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

 a { background-color: rgb(204,67,80); }

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

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

 span { border-color: rgb(204,67,80); }

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