#C28275

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

Shades of Brandy Rose #C28275

Tints of Brandy Rose #C28275

Color information

#C28275 (or 0xC28275) is unknown color: approx Brandy Rose. HEX triplet: C2, 82 and 75. RGB value is (194,130,117). Sum of RGB (Red+Green+Blue) = 194+130+117=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28275 is #3D7D8A. Grayscale: #939393. Windows color (decimal): -4029835 or 7701186. OLE color: 7701186.

HSL color Cylindrical-coordinate representation of color #C28275: hue angle of 10.13º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28275 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194130117-
CMYK00.330.400.24
HSL10.13º38.69%60.98%-
HSV(B)10.13º39.69%76.08%-
XYZ33.4428.7220.61-
YUV147.65110.7161.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=43.99%
G=29.48%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413011700.330.400.2410.1338.6960.98
HexC282750212818a273d
Octal3022021650415030124775
Binary110000101000001011101010100001101000110001010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28275; }

 p { color: rgb(194,130,117); }

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

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

 a { background-color: rgb(194,130,117); }

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

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

 span { border-color: rgb(194,130,117); }

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