#C0847A

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

Shades of Brandy Rose #C0847A

Tints of Brandy Rose #C0847A

Color information

#C0847A (or 0xC0847A) is unknown color: approx Brandy Rose. HEX triplet: C0, 84 and 7A. RGB value is (192,132,122). Sum of RGB (Red+Green+Blue) = 192+132+122=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0847A is #3F7B85. Grayscale: #949494. Windows color (decimal): -4160390 or 8029376. OLE color: 8029376.

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

Color convert

RGB192132122-
CMYK00.310.360.25
HSL8.57º35.71%61.57%-
HSV(B)8.57º36.46%75.29%-
XYZ33.529.1122.27-
YUV148.8112.88158.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=43.05%
G=29.60%
B=27.35%

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
Decimal19213212200.310.360.258.5735.7161.57
HexC0847A01F24199243e
Octal3002041720374431114476
Binary11000000100001001111010011111100100110011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0847A; }

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

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

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

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

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

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

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

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