#C87F77

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

Shades of Brandy Rose #C87F77

Tints of Brandy Rose #C87F77

Color information

#C87F77 (or 0xC87F77) is unknown color: approx Brandy Rose. HEX triplet: C8, 7F and 77. RGB value is (200,127,119). Sum of RGB (Red+Green+Blue) = 200+127+119=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F77 is #378088. Grayscale: #949494. Windows color (decimal): -3637385 or 7831496. OLE color: 7831496.

HSL color Cylindrical-coordinate representation of color #C87F77: hue angle of 5.93º 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 #C87F77 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB200127119-
CMYK00.360.400.22
HSL5.93º42.41%62.55%-
HSV(B)5.93º40.5%78.43%-
XYZ34.7428.7921.18-
YUV147.92111.68165.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=44.84%
G=28.48%
B=26.68%

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
Decimal20012711900.360.400.225.9342.4162.55
HexC87F77024281662a3f
Octal310177167044502665277
Binary1100100011111111110111010010010100010110110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F77; }

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

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

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

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

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

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

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

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