#C4867A

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

Shades of Brandy Rose #C4867A

Tints of Brandy Rose #C4867A

Color information

#C4867A (or 0xC4867A) is unknown color: approx Brandy Rose. HEX triplet: C4, 86 and 7A. RGB value is (196,134,122). Sum of RGB (Red+Green+Blue) = 196+134+122=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4867A is #3B7985. Grayscale: #979797. Windows color (decimal): -3897734 or 8029892. OLE color: 8029892.

HSL color Cylindrical-coordinate representation of color #C4867A: hue angle of 9.73º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4867A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196134122-
CMYK00.320.380.23
HSL9.73º38.54%62.35%-
HSV(B)9.73º37.76%76.86%-
XYZ34.830.1922.41-
YUV151.17111.54159.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=43.36%
G=29.65%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613412200.320.380.239.7338.5462.35
HexC4867A0202617a273e
Octal3042061720404627124776
Binary110001001000011011110100100000100110101111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4867A; }

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

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

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

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

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

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

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

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