#C8A493

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

Shades of Rose #C8A493

Tints of Rose #C8A493

Color information

#C8A493 (or 0xC8A493) is unknown color: approx Rose. HEX triplet: C8, A4 and 93. RGB value is (200,164,147). Sum of RGB (Red+Green+Blue) = 200+164+147=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A493 is #375B6C. Grayscale: #ACACAC. Windows color (decimal): -3627885 or 9675976. OLE color: 9675976.

HSL color Cylindrical-coordinate representation of color #C8A493: hue angle of 19.25º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A493 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200164147-
CMYK00.180.260.22
HSL19.25º32.52%68.04%-
HSV(B)19.25º26.5%78.43%-
XYZ42.3640.9433.27-
YUV172.83113.43147.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=39.14%
G=32.09%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016414700.180.260.2219.2532.5268.04
HexC8A4930121A16132144
Octal31024422302232262341104
Binary1100100010100100100100110100101101010110100111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A493; }

 p { color: rgb(200,164,147); }

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

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

 a { background-color: rgb(200,164,147); }

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

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

 span { border-color: rgb(200,164,147); }

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