#C8A194

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

Shades of Rose #C8A194

Tints of Rose #C8A194

Color information

#C8A194 (or 0xC8A194) is unknown color: approx Rose. HEX triplet: C8, A1 and 94. RGB value is (200,161,148). Sum of RGB (Red+Green+Blue) = 200+161+148=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A194 is #375E6B. Grayscale: #ABABAB. Windows color (decimal): -3628652 or 9740744. OLE color: 9740744.

HSL color Cylindrical-coordinate representation of color #C8A194: hue angle of 15º degrees, saturation: 0.32, 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 #C8A194 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200161148-
CMYK00.190.260.22
HSL15º32.1%68.24%-
HSV(B)15º26%78.43%-
XYZ41.9139.9133.51-
YUV171.18114.92148.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=39.29%
G=31.63%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016114800.190.260.221532.168.24
HexC8A1940131A16f2044
Octal31024122402332261740104
Binary110010001010000110010100010011110101011011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A194; }

 p { color: rgb(200,161,148); }

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

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

 a { background-color: rgb(200,161,148); }

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

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

 span { border-color: rgb(200,161,148); }

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