#C08676

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

Shades of Brandy Rose #C08676

Tints of Brandy Rose #C08676

Color information

#C08676 (or 0xC08676) is unknown color: approx Brandy Rose. HEX triplet: C0, 86 and 76. RGB value is (192,134,118). Sum of RGB (Red+Green+Blue) = 192+134+118=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08676 is #3F7989. Grayscale: #959595. Windows color (decimal): -4159882 or 7767744. OLE color: 7767744.

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

Color convert

RGB192134118-
CMYK00.300.390.25
HSL12.97º37%60.78%-
HSV(B)12.97º38.54%75.29%-
XYZ33.5329.5621.08-
YUV149.52110.22158.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=43.24%
G=30.18%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213411800.300.390.2512.973760.78
HexC0867601E2719d253d
Octal3002061660364731154575
Binary11000000100001101110110011110100111110011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08676; }

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

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

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

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

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

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

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

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