#C0847D

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

Shades of Brandy Rose #C0847D

Tints of Brandy Rose #C0847D

Color information

#C0847D (or 0xC0847D) is unknown color: approx Brandy Rose. HEX triplet: C0, 84 and 7D. RGB value is (192,132,125). Sum of RGB (Red+Green+Blue) = 192+132+125=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0847D is #3F7B82. Grayscale: #959595. Windows color (decimal): -4160387 or 8225984. OLE color: 8225984.

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

Color convert

RGB192132125-
CMYK00.310.350.25
HSL6.27º34.72%62.16%-
HSV(B)6.27º34.9%75.29%-
XYZ33.6929.1923.26-
YUV149.14114.38158.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=42.76%
G=29.40%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213212500.310.350.256.2734.7262.16
HexC0847D01F23196233e
Octal300204175037433164376
Binary1100000010000100111110101111110001111001110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0847D; }

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

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

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

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

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

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

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

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