#C28777

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

Shades of Brandy Rose #C28777

Tints of Brandy Rose #C28777

Color information

#C28777 (or 0xC28777) is unknown color: approx Brandy Rose. HEX triplet: C2, 87 and 77. RGB value is (194,135,119). Sum of RGB (Red+Green+Blue) = 194+135+119=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28777 is #3D7888. Grayscale: #969696. Windows color (decimal): -4028553 or 7833538. OLE color: 7833538.

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

Color convert

RGB194135119-
CMYK00.300.390.24
HSL12.8º38.07%61.37%-
HSV(B)12.8º38.66%76.08%-
XYZ34.2430.1321.46-
YUV150.82110.05158.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=43.30%
G=30.13%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413511900.300.390.2412.838.0761.37
HexC2877701E2718d263d
Octal3022071670364730154675
Binary11000010100001111110111011110100111110001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28777; }

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

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

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

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

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

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

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

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