#C38879

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

Shades of Brandy Rose #C38879

Tints of Brandy Rose #C38879

Color information

#C38879 (or 0xC38879) is unknown color: approx Brandy Rose. HEX triplet: C3, 88 and 79. RGB value is (195,136,121). Sum of RGB (Red+Green+Blue) = 195+136+121=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38879 is #3C7786. Grayscale: #989898. Windows color (decimal): -3962759 or 7964867. OLE color: 7964867.

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

Color convert

RGB195136121-
CMYK00.300.380.24
HSL12.16º38.14%61.96%-
HSV(B)12.16º37.95%76.47%-
XYZ34.7630.5922.16-
YUV151.93110.55158.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=43.14%
G=30.09%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513612100.300.380.2412.1638.1461.96
HexC3887901E2618c263e
Octal3032101710364630144676
Binary11000011100010001111001011110100110110001100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38879; }

 p { color: rgb(195,136,121); }

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

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

 a { background-color: rgb(195,136,121); }

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

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

 span { border-color: rgb(195,136,121); }

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