#C1887D

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

Shades of Brandy Rose #C1887D

Tints of Brandy Rose #C1887D

Color information

#C1887D (or 0xC1887D) is unknown color: approx Brandy Rose. HEX triplet: C1, 88 and 7D. RGB value is (193,136,125). Sum of RGB (Red+Green+Blue) = 193+136+125=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1887D is #3E7782. Grayscale: #979797. Windows color (decimal): -4093827 or 8227009. OLE color: 8227009.

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

Color convert

RGB193136125-
CMYK00.300.350.24
HSL9.71º35.42%62.35%-
HSV(B)9.71º35.23%75.69%-
XYZ34.530.4323.46-
YUV151.79112.88157.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 125 (49.22% from 255) = 27.53%
R=42.51%
G=29.96%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313612500.300.350.249.7135.4262.35
HexC1887D01E2318a233e
Octal3012101750364330124376
Binary11000001100010001111101011110100011110001010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1887D; }

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

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

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

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

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

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

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

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