#C2867B

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

Shades of Brandy Rose #C2867B

Tints of Brandy Rose #C2867B

Color information

#C2867B (or 0xC2867B) is unknown color: approx Brandy Rose. HEX triplet: C2, 86 and 7B. RGB value is (194,134,123). Sum of RGB (Red+Green+Blue) = 194+134+123=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2867B is #3D7984. Grayscale: #969696. Windows color (decimal): -4028805 or 8095426. OLE color: 8095426.

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

Color convert

RGB194134123-
CMYK00.310.370.24
HSL9.3º36.79%62.16%-
HSV(B)9.3º36.6%76.08%-
XYZ34.3529.9522.71-
YUV150.69112.38158.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=43.02%
G=29.71%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413412300.310.370.249.336.7962.16
HexC2867B01F25189253e
Octal3022061730374530114576
Binary11000010100001101111011011111100101110001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2867B; }

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

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

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

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

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

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

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

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