#C28875

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

Shades of Brandy Rose #C28875

Tints of Brandy Rose #C28875

Color information

#C28875 (or 0xC28875) is unknown color: approx Brandy Rose. HEX triplet: C2, 88 and 75. RGB value is (194,136,117). Sum of RGB (Red+Green+Blue) = 194+136+117=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28875 is #3D778A. Grayscale: #979797. Windows color (decimal): -4028299 or 7702722. OLE color: 7702722.

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

Color convert

RGB194136117-
CMYK00.300.400.24
HSL14.81º38.69%60.98%-
HSV(B)14.81º39.69%76.08%-
XYZ34.2630.3620.88-
YUV151.18108.72158.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=43.40%
G=30.43%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413611700.300.400.2414.8138.6960.98
HexC2887501E2818f273d
Octal3022101650365030174775
Binary11000010100010001110101011110101000110001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28875; }

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

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

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

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

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

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

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

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