#C0856E

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

Shades of Brandy Rose #C0856E

Tints of Brandy Rose #C0856E

Color information

#C0856E (or 0xC0856E) is unknown color: approx Brandy Rose. HEX triplet: C0, 85 and 6E. RGB value is (192,133,110). Sum of RGB (Red+Green+Blue) = 192+133+110=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0856E is #3F7A91. Grayscale: #949494. Windows color (decimal): -4160146 or 7243200. OLE color: 7243200.

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

Color convert

RGB192133110-
CMYK00.310.430.25
HSL16.83º39.42%59.22%-
HSV(B)16.83º42.71%75.29%-
XYZ32.9429.1118.63-
YUV148.02106.55159.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=44.14%
G=30.57%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213311000.310.430.2516.8339.4259.22
HexC0856E01F2B1911273b
Octal3002051560375331214773
Binary110000001000010111011100111111010111100110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0856E; }

 p { color: rgb(192,133,110); }

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

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

 a { background-color: rgb(192,133,110); }

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

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

 span { border-color: rgb(192,133,110); }

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