#CC385A

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

Shades of Old Rose #CC385A

Tints of Old Rose #CC385A

Color information

#CC385A (or 0xCC385A) is unknown color: approx Old Rose. HEX triplet: CC, 38 and 5A. RGB value is (204,56,90). Sum of RGB (Red+Green+Blue) = 204+56+90=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC385A is #33C7A5. Grayscale: #686868. Windows color (decimal): -3393446 or 5912780. OLE color: 5912780.

HSL color Cylindrical-coordinate representation of color #CC385A: hue angle of 346.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC385A is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB2045690-
CMYK00.730.560.2
HSL346.22º59.2%50.98%-
HSV(B)346.22º72.55%80%-
XYZ28.1616.411.35-
YUV104.13120.03199.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.29%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=58.29%
G=16%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204569000.730.560.2346.2259.250.98
HexCC385A049381415a3b33
Octal31470132011170245327363
Binary1100110011100010110100100100111100010100101011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC385A; }

 p { color: rgb(204,56,90); }

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

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

 a { background-color: rgb(204,56,90); }

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

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

 span { border-color: rgb(204,56,90); }

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