#C08377

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

Shades of Brandy Rose #C08377

Tints of Brandy Rose #C08377

Color information

#C08377 (or 0xC08377) is unknown color: approx Brandy Rose. HEX triplet: C0, 83 and 77. RGB value is (192,131,119). Sum of RGB (Red+Green+Blue) = 192+131+119=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08377 is #3F7C88. Grayscale: #939393. Windows color (decimal): -4160649 or 7832512. OLE color: 7832512.

HSL color Cylindrical-coordinate representation of color #C08377: hue angle of 9.86º 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 #C08377 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB192131119-
CMYK00.320.380.25
HSL9.86º36.68%60.98%-
HSV(B)9.86º38.02%75.29%-
XYZ33.1828.7721.26-
YUV147.87111.71159.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=43.44%
G=29.64%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213111900.320.380.259.8636.6860.98
HexC083770202619a253d
Octal3002031670404631124575
Binary110000001000001111101110100000100110110011010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08377; }

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

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

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

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

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

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

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

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