#C88075

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

Shades of Brandy Rose #C88075

Tints of Brandy Rose #C88075

Color information

#C88075 (or 0xC88075) is unknown color: approx Brandy Rose. HEX triplet: C8, 80 and 75. RGB value is (200,128,117). Sum of RGB (Red+Green+Blue) = 200+128+117=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C88075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88075 is #377F8A. Grayscale: #949494. Windows color (decimal): -3637131 or 7700680. OLE color: 7700680.

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

Color convert

RGB200128117-
CMYK00.360.420.22
HSL7.95º43.01%62.16%-
HSV(B)7.95º41.5%78.43%-
XYZ34.752920.6-
YUV148.27110.35164.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=44.94%
G=28.76%
B=26.29%

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
Decimal20012811700.360.420.227.9543.0162.16
HexC880750242A1682b3e
Octal3102001650445226105376
Binary110010001000000011101010100100101010101101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88075; }

 p { color: rgb(200,128,117); }

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

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

 a { background-color: rgb(200,128,117); }

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

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

 span { border-color: rgb(200,128,117); }

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