#CCA591

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

Shades of Rose #CCA591

Tints of Rose #CCA591

Color information

#CCA591 (or 0xCCA591) is unknown color: approx Rose. HEX triplet: CC, A5 and 91. RGB value is (204,165,145). Sum of RGB (Red+Green+Blue) = 204+165+145=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA591 is #335A6E. Grayscale: #AEAEAE. Windows color (decimal): -3365487 or 9545164. OLE color: 9545164.

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

Color convert

RGB204165145-
CMYK00.190.290.2
HSL20.34º36.65%68.43%-
HSV(B)20.34º28.92%80%-
XYZ43.4741.7932.56-
YUV174.38111.42149.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=39.69%
G=32.10%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416514500.190.290.220.3436.6568.43
HexCCA5910131D14142544
Octal31424522102335242445104
Binary1100110010100101100100010100111110110100101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA591; }

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

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

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

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

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

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

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

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