#CCA395

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

Shades of Rose #CCA395

Tints of Rose #CCA395

Color information

#CCA395 (or 0xCCA395) is unknown color: approx Rose. HEX triplet: CC, A3 and 95. RGB value is (204,163,149). Sum of RGB (Red+Green+Blue) = 204+163+149=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA395 is #335C6A. Grayscale: #ADADAD. Windows color (decimal): -3365995 or 9806796. OLE color: 9806796.

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

Color convert

RGB204163149-
CMYK00.200.270.2
HSL15.27º35.03%69.22%-
HSV(B)15.27º26.96%80%-
XYZ43.4241.234.1-
YUV173.66114.08149.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=39.53%
G=31.59%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416314900.200.270.215.2735.0369.22
HexCCA3950141B14f2345
Octal31424322502433241743105
Binary110011001010001110010101010100110111010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA395; }

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

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

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

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

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

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

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

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