#CCA793

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

Shades of Rose #CCA793

Tints of Rose #CCA793

Color information

#CCA793 (or 0xCCA793) is unknown color: approx Rose. HEX triplet: CC, A7 and 93. RGB value is (204,167,147). Sum of RGB (Red+Green+Blue) = 204+167+147=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA793 is #33586C. Grayscale: #AFAFAF. Windows color (decimal): -3364973 or 9676748. OLE color: 9676748.

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

Color convert

RGB204167147-
CMYK00.180.280.2
HSL21.05º35.85%68.82%-
HSV(B)21.05º27.94%80%-
XYZ43.9942.5833.5-
YUV175.78111.76148.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=39.38%
G=32.24%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416714700.180.280.221.0535.8568.82
HexCCA7930121C14152445
Octal31424722302234242544105
Binary1100110010100111100100110100101110010100101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA793; }

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

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

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

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

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

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

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

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