#CCA390

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

Shades of Rose #CCA390

Tints of Rose #CCA390

Color information

#CCA390 (or 0xCCA390) is unknown color: approx Rose. HEX triplet: CC, A3 and 90. RGB value is (204,163,144). Sum of RGB (Red+Green+Blue) = 204+163+144=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA390 is #335C6F. Grayscale: #ADADAD. Windows color (decimal): -3366000 or 9479116. OLE color: 9479116.

HSL color Cylindrical-coordinate representation of color #CCA390: hue angle of 19º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA390 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204163144-
CMYK00.200.290.2
HSL19º37.04%68.24%-
HSV(B)19º29.41%80%-
XYZ43.0341.0532.04-
YUV173.09111.58150.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=39.92%
G=31.90%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416314400.200.290.21937.0468.24
HexCCA3900141D14132544
Octal31424322002435242345104
Binary1100110010100011100100000101001110110100100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA390; }

 p { color: rgb(204,163,144); }

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

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

 a { background-color: rgb(204,163,144); }

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

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

 span { border-color: rgb(204,163,144); }

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