#CCA695

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

Shades of Rose #CCA695

Tints of Rose #CCA695

Color information

#CCA695 (or 0xCCA695) is unknown color: approx Rose. HEX triplet: CC, A6 and 95. RGB value is (204,166,149). Sum of RGB (Red+Green+Blue) = 204+166+149=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA695 is #33596A. Grayscale: #AFAFAF. Windows color (decimal): -3365227 or 9807564. OLE color: 9807564.

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

Color convert

RGB204166149-
CMYK00.190.270.2
HSL18.55º35.03%69.22%-
HSV(B)18.55º26.96%80%-
XYZ43.9642.2834.28-
YUV175.42113.09148.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=39.31%
G=31.98%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416614900.190.270.218.5535.0369.22
HexCCA6950131B14132345
Octal31424622502333242343105
Binary1100110010100110100101010100111101110100100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA695; }

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

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

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

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

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

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

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

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