#CCA291

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

Shades of Rose #CCA291

Tints of Rose #CCA291

Color information

#CCA291 (or 0xCCA291) is unknown color: approx Rose. HEX triplet: CC, A2 and 91. RGB value is (204,162,145). Sum of RGB (Red+Green+Blue) = 204+162+145=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA291 is #335D6E. Grayscale: #ACACAC. Windows color (decimal): -3366255 or 9544396. OLE color: 9544396.

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

Color convert

RGB204162145-
CMYK00.210.290.2
HSL17.29º36.65%68.43%-
HSV(B)17.29º28.92%80%-
XYZ42.9340.7232.39-
YUV172.62112.41150.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=39.92%
G=31.70%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416214500.210.290.217.2936.6568.43
HexCCA2910151D14112544
Octal31424222102535242145104
Binary1100110010100010100100010101011110110100100011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA291; }

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

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

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

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

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

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

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

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