#C28C78

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

Shades of Brandy Rose #C28C78

Tints of Brandy Rose #C28C78

Color information

#C28C78 (or 0xC28C78) is unknown color: approx Brandy Rose. HEX triplet: C2, 8C and 78. RGB value is (194,140,120). Sum of RGB (Red+Green+Blue) = 194+140+120=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C78 is #3D7387. Grayscale: #999999. Windows color (decimal): -4027272 or 7900354. OLE color: 7900354.

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

Color convert

RGB194140120-
CMYK00.280.380.24
HSL16.22º37.76%61.57%-
HSV(B)16.22º38.14%76.08%-
XYZ35.0231.5822.02-
YUV153.87108.89156.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=42.73%
G=30.84%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414012000.280.380.2416.2237.7661.57
HexC28C7801C261810263e
Octal3022141700344630204676
Binary110000101000110011110000111001001101100010000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C78; }

 p { color: rgb(194,140,120); }

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

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

 a { background-color: rgb(194,140,120); }

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

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

 span { border-color: rgb(194,140,120); }

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