#C1867C

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

Shades of Brandy Rose #C1867C

Tints of Brandy Rose #C1867C

Color information

#C1867C (or 0xC1867C) is unknown color: approx Brandy Rose. HEX triplet: C1, 86 and 7C. RGB value is (193,134,124). Sum of RGB (Red+Green+Blue) = 193+134+124=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1867C is #3E7983. Grayscale: #969696. Windows color (decimal): -4094340 or 8160961. OLE color: 8160961.

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

Color convert

RGB193134124-
CMYK00.310.360.24
HSL8.7º35.75%62.16%-
HSV(B)8.7º35.75%75.69%-
XYZ34.1629.8423.03-
YUV150.5113.05158.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=42.79%
G=29.71%
B=27.49%

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
Decimal19313412400.310.360.248.735.7562.16
HexC1867C01F24189243e
Octal3012061740374430114476
Binary11000001100001101111100011111100100110001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1867C; }

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

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

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

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

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

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

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

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