#C28B77

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

Shades of Brandy Rose #C28B77

Tints of Brandy Rose #C28B77

Color information

#C28B77 (or 0xC28B77) is unknown color: approx Brandy Rose. HEX triplet: C2, 8B and 77. RGB value is (194,139,119). Sum of RGB (Red+Green+Blue) = 194+139+119=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B77 is #3D7488. Grayscale: #999999. Windows color (decimal): -4027529 or 7834562. OLE color: 7834562.

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

Color convert

RGB194139119-
CMYK00.280.390.24
HSL16º38.07%61.37%-
HSV(B)16º38.66%76.08%-
XYZ34.8131.2721.65-
YUV153.16108.72157.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=42.92%
G=30.75%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413911900.280.390.241638.0761.37
HexC28B7701C271810263d
Octal3022131670344730204675
Binary110000101000101111101110111001001111100010000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B77; }

 p { color: rgb(194,139,119); }

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

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

 a { background-color: rgb(194,139,119); }

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

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

 span { border-color: rgb(194,139,119); }

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