#CCA593

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

Shades of Rose #CCA593

Tints of Rose #CCA593

Color information

#CCA593 (or 0xCCA593) is unknown color: approx Rose. HEX triplet: CC, A5 and 93. RGB value is (204,165,147). Sum of RGB (Red+Green+Blue) = 204+165+147=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA593 is #335A6C. Grayscale: #AEAEAE. Windows color (decimal): -3365485 or 9676236. OLE color: 9676236.

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

Color convert

RGB204165147-
CMYK00.190.280.2
HSL18.95º35.85%68.82%-
HSV(B)18.95º27.94%80%-
XYZ43.6241.8533.38-
YUV174.61112.42148.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=39.53%
G=31.98%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416514700.190.280.218.9535.8568.82
HexCCA5930131C14132445
Octal31424522302334242344105
Binary1100110010100101100100110100111110010100100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA593; }

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

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

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

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

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

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

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

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