#CCA295

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

Shades of Rose #CCA295

Tints of Rose #CCA295

Color information

#CCA295 (or 0xCCA295) is unknown color: approx Rose. HEX triplet: CC, A2 and 95. RGB value is (204,162,149). Sum of RGB (Red+Green+Blue) = 204+162+149=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA295 is #335D6A. Grayscale: #ADADAD. Windows color (decimal): -3366251 or 9806540. OLE color: 9806540.

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

Color convert

RGB204162149-
CMYK00.210.270.2
HSL14.18º35.03%69.22%-
HSV(B)14.18º26.96%80%-
XYZ43.2540.8534.04-
YUV173.08114.41150.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=39.61%
G=31.46%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416214900.210.270.214.1835.0369.22
HexCCA2950151B14e2345
Octal31424222502533241643105
Binary110011001010001010010101010101110111010011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA295; }

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

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

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

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

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

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

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

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