#C28870

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

Shades of Brandy Rose #C28870

Tints of Brandy Rose #C28870

Color information

#C28870 (or 0xC28870) is unknown color: approx Brandy Rose. HEX triplet: C2, 88 and 70. RGB value is (194,136,112). Sum of RGB (Red+Green+Blue) = 194+136+112=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C28870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28870 is #3D778F. Grayscale: #969696. Windows color (decimal): -4028304 or 7375042. OLE color: 7375042.

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

Color convert

RGB194136112-
CMYK00.300.420.24
HSL17.56º40.2%60%-
HSV(B)17.56º42.27%76.08%-
XYZ33.9830.2519.38-
YUV150.61106.22158.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=43.89%
G=30.77%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413611200.300.420.2417.5640.260
HexC2887001E2A1812283c
Octal3022101600365230225074
Binary110000101000100011100000111101010101100010010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28870; }

 p { color: rgb(194,136,112); }

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

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

 a { background-color: rgb(194,136,112); }

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

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

 span { border-color: rgb(194,136,112); }

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