#C0896F

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

Shades of Brandy Rose #C0896F

Tints of Brandy Rose #C0896F

Color information

#C0896F (or 0xC0896F) is unknown color: approx Brandy Rose. HEX triplet: C0, 89 and 6F. RGB value is (192,137,111). Sum of RGB (Red+Green+Blue) = 192+137+111=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0896F is #3F7690. Grayscale: #969696. Windows color (decimal): -4159121 or 7309760. OLE color: 7309760.

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

Color convert

RGB192137111-
CMYK00.290.420.25
HSL19.26º39.13%59.41%-
HSV(B)19.26º42.19%75.29%-
XYZ33.5530.2519.11-
YUV150.48105.72157.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=43.64%
G=31.14%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213711100.290.420.2519.2639.1359.41
HexC0896F01D2A1913273b
Octal3002111570355231234773
Binary110000001000100111011110111011010101100110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0896F; }

 p { color: rgb(192,137,111); }

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

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

 a { background-color: rgb(192,137,111); }

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

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

 span { border-color: rgb(192,137,111); }

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