#C0857A

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

Shades of Brandy Rose #C0857A

Tints of Brandy Rose #C0857A

Color information

#C0857A (or 0xC0857A) is unknown color: approx Brandy Rose. HEX triplet: C0, 85 and 7A. RGB value is (192,133,122). Sum of RGB (Red+Green+Blue) = 192+133+122=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0857A is #3F7A85. Grayscale: #959595. Windows color (decimal): -4160134 or 8029632. OLE color: 8029632.

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

Color convert

RGB192133122-
CMYK00.310.360.25
HSL9.43º35.71%61.57%-
HSV(B)9.43º36.46%75.29%-
XYZ33.6429.3922.31-
YUV149.39112.55158.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=42.95%
G=29.75%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213312200.310.360.259.4335.7161.57
HexC0857A01F24199243e
Octal3002051720374431114476
Binary11000000100001011111010011111100100110011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0857A; }

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

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

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

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

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

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

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

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