#C08677

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

Shades of Brandy Rose #C08677

Tints of Brandy Rose #C08677

Color information

#C08677 (or 0xC08677) is unknown color: approx Brandy Rose. HEX triplet: C0, 86 and 77. RGB value is (192,134,119). Sum of RGB (Red+Green+Blue) = 192+134+119=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C08677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08677 is #3F7988. Grayscale: #959595. Windows color (decimal): -4159881 or 7833280. OLE color: 7833280.

HSL color Cylindrical-coordinate representation of color #C08677: hue angle of 12.33º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08677 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB192134119-
CMYK00.300.380.25
HSL12.33º36.68%60.98%-
HSV(B)12.33º38.02%75.29%-
XYZ33.5929.5921.39-
YUV149.63110.72158.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=43.15%
G=30.11%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213411900.300.380.2512.3336.6860.98
HexC0867701E2619c253d
Octal3002061670364631144575
Binary11000000100001101110111011110100110110011100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08677; }

 p { color: rgb(192,134,119); }

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

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

 a { background-color: rgb(192,134,119); }

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

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

 span { border-color: rgb(192,134,119); }

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