#C0867A

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

Shades of Brandy Rose #C0867A

Tints of Brandy Rose #C0867A

Color information

#C0867A (or 0xC0867A) is unknown color: approx Brandy Rose. HEX triplet: C0, 86 and 7A. RGB value is (192,134,122). Sum of RGB (Red+Green+Blue) = 192+134+122=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0867A is #3F7985. Grayscale: #969696. Windows color (decimal): -4159878 or 8029888. OLE color: 8029888.

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

Color convert

RGB192134122-
CMYK00.300.360.25
HSL10.29º35.71%61.57%-
HSV(B)10.29º36.46%75.29%-
XYZ33.7829.6622.36-
YUV149.97112.22157.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=42.86%
G=29.91%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213412200.300.360.2510.2935.7161.57
HexC0867A01E2419a243e
Octal3002061720364431124476
Binary11000000100001101111010011110100100110011010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0867A; }

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

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

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

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

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

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

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

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