#C2867C

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

Shades of Brandy Rose #C2867C

Tints of Brandy Rose #C2867C

Color information

#C2867C (or 0xC2867C) is unknown color: approx Brandy Rose. HEX triplet: C2, 86 and 7C. RGB value is (194,134,124). Sum of RGB (Red+Green+Blue) = 194+134+124=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2867C is #3D7983. Grayscale: #969696. Windows color (decimal): -4028804 or 8160962. OLE color: 8160962.

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

Color convert

RGB194134124-
CMYK00.310.360.24
HSL8.57º36.46%62.35%-
HSV(B)8.57º36.08%76.08%-
XYZ34.4129.9723.04-
YUV150.8112.88158.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=42.92%
G=29.65%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413412400.310.360.248.5736.4662.35
HexC2867C01F24189243e
Octal3022061740374430114476
Binary11000010100001101111100011111100100110001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2867C; }

 p { color: rgb(194,134,124); }

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

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

 a { background-color: rgb(194,134,124); }

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

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

 span { border-color: rgb(194,134,124); }

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