#C28377

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

Shades of Brandy Rose #C28377

Tints of Brandy Rose #C28377

Color information

#C28377 (or 0xC28377) is unknown color: approx Brandy Rose. HEX triplet: C2, 83 and 77. RGB value is (194,131,119). Sum of RGB (Red+Green+Blue) = 194+131+119=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C28377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28377 is #3D7C88. Grayscale: #949494. Windows color (decimal): -4029577 or 7832514. OLE color: 7832514.

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

Color convert

RGB194131119-
CMYK00.320.390.24
HSL9.6º38.07%61.37%-
HSV(B)9.6º38.66%76.08%-
XYZ33.6929.0321.28-
YUV148.47111.37160.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=43.69%
G=29.50%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413111900.320.390.249.638.0761.37
HexC283770202718a263d
Octal3022031670404730124675
Binary110000101000001111101110100000100111110001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28377; }

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

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

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

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

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

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

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

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