#C88173

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

Shades of Brandy Rose #C88173

Tints of Brandy Rose #C88173

Color information

#C88173 (or 0xC88173) is unknown color: approx Brandy Rose. HEX triplet: C8, 81 and 73. RGB value is (200,129,115). Sum of RGB (Red+Green+Blue) = 200+129+115=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C88173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88173 is #377E8C. Grayscale: #949494. Windows color (decimal): -3636877 or 7569864. OLE color: 7569864.

HSL color Cylindrical-coordinate representation of color #C88173: hue angle of 9.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88173 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200129115-
CMYK00.360.420.22
HSL9.88º43.59%61.76%-
HSV(B)9.88º42.5%78.43%-
XYZ34.7629.2220.03-
YUV148.63109.02164.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=45.05%
G=29.05%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012911500.360.420.229.8843.5961.76
HexC881730242A16a2c3e
Octal3102011630445226125476
Binary110010001000000111100110100100101010101101010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88173; }

 p { color: rgb(200,129,115); }

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

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

 a { background-color: rgb(200,129,115); }

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

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

 span { border-color: rgb(200,129,115); }

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