#C88177

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

Shades of Brandy Rose #C88177

Tints of Brandy Rose #C88177

Color information

#C88177 (or 0xC88177) is unknown color: approx Brandy Rose. HEX triplet: C8, 81 and 77. RGB value is (200,129,119). Sum of RGB (Red+Green+Blue) = 200+129+119=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C88177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88177 is #377E88. Grayscale: #959595. Windows color (decimal): -3636873 or 7832008. OLE color: 7832008.

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

Color convert

RGB200129119-
CMYK00.360.400.22
HSL7.41º42.41%62.55%-
HSV(B)7.41º40.5%78.43%-
XYZ3529.3121.27-
YUV149.09111.02164.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=44.64%
G=28.79%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012911900.360.400.227.4142.4162.55
HexC88177024281672a3f
Octal310201167044502675277
Binary11001000100000011110111010010010100010110111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88177; }

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

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

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

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

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

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

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

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