#C1887A

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

Shades of Brandy Rose #C1887A

Tints of Brandy Rose #C1887A

Color information

#C1887A (or 0xC1887A) is unknown color: approx Brandy Rose. HEX triplet: C1, 88 and 7A. RGB value is (193,136,122). Sum of RGB (Red+Green+Blue) = 193+136+122=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1887A is #3E7785. Grayscale: #979797. Windows color (decimal): -4093830 or 8030401. OLE color: 8030401.

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

Color convert

RGB193136122-
CMYK00.300.370.24
HSL11.83º36.41%61.76%-
HSV(B)11.83º36.79%75.69%-
XYZ34.3130.3522.46-
YUV151.45111.38157.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=42.79%
G=30.16%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313612200.300.370.2411.8336.4161.76
HexC1887A01E2518c243e
Octal3012101720364530144476
Binary11000001100010001111010011110100101110001100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1887A; }

 p { color: rgb(193,136,122); }

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

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

 a { background-color: rgb(193,136,122); }

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

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

 span { border-color: rgb(193,136,122); }

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