#C0857D

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

Shades of Brandy Rose #C0857D

Tints of Brandy Rose #C0857D

Color information

#C0857D (or 0xC0857D) is unknown color: approx Brandy Rose. HEX triplet: C0, 85 and 7D. RGB value is (192,133,125). Sum of RGB (Red+Green+Blue) = 192+133+125=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0857D is #3F7A82. Grayscale: #959595. Windows color (decimal): -4160131 or 8226240. OLE color: 8226240.

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

Color convert

RGB192133125-
CMYK00.310.350.25
HSL7.16º34.72%62.16%-
HSV(B)7.16º34.9%75.29%-
XYZ33.8329.4623.31-
YUV149.73114.05158.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=42.67%
G=29.56%
B=27.78%

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
Decimal19213312500.310.350.257.1634.7262.16
HexC0857D01F23197233e
Octal300205175037433174376
Binary1100000010000101111110101111110001111001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0857D; }

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

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

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

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

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

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

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

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