#C8A391

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

Shades of Rose #C8A391

Tints of Rose #C8A391

Color information

#C8A391 (or 0xC8A391) is unknown color: approx Rose. HEX triplet: C8, A3 and 91. RGB value is (200,163,145). Sum of RGB (Red+Green+Blue) = 200+163+145=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A391 is #375C6E. Grayscale: #ACACAC. Windows color (decimal): -3628143 or 9544648. OLE color: 9544648.

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

Color convert

RGB200163145-
CMYK00.180.280.22
HSL19.64º33.33%67.65%-
HSV(B)19.64º27.5%78.43%-
XYZ42.0340.5232.39-
YUV172.01112.76147.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=39.37%
G=32.09%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016314500.180.280.2219.6433.3367.65
HexC8A3910121C16142144
Octal31024322102234262441104
Binary1100100010100011100100010100101110010110101001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A391; }

 p { color: rgb(200,163,145); }

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

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

 a { background-color: rgb(200,163,145); }

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

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

 span { border-color: rgb(200,163,145); }

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