#C28571

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

Shades of Brandy Rose #C28571

Tints of Brandy Rose #C28571

Color information

#C28571 (or 0xC28571) is unknown color: approx Brandy Rose. HEX triplet: C2, 85 and 71. RGB value is (194,133,113). Sum of RGB (Red+Green+Blue) = 194+133+113=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28571 is #3D7A8E. Grayscale: #959595. Windows color (decimal): -4029071 or 7439810. OLE color: 7439810.

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

Color convert

RGB194133113-
CMYK00.310.420.24
HSL14.81º39.9%60.2%-
HSV(B)14.81º41.75%76.08%-
XYZ33.6229.4419.53-
YUV148.96107.71160.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=44.09%
G=30.23%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413311300.310.420.2414.8139.960.2
HexC2857101F2A18f283c
Octal3022051610375230175074
Binary11000010100001011110001011111101010110001111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28571; }

 p { color: rgb(194,133,113); }

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

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

 a { background-color: rgb(194,133,113); }

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

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

 span { border-color: rgb(194,133,113); }

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