#C28677

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

Shades of Brandy Rose #C28677

Tints of Brandy Rose #C28677

Color information

#C28677 (or 0xC28677) is unknown color: approx Brandy Rose. HEX triplet: C2, 86 and 77. RGB value is (194,134,119). Sum of RGB (Red+Green+Blue) = 194+134+119=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28677 is #3D7988. Grayscale: #969696. Windows color (decimal): -4028809 or 7833282. OLE color: 7833282.

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

Color convert

RGB194134119-
CMYK00.310.390.24
HSL12º38.07%61.37%-
HSV(B)12º38.66%76.08%-
XYZ34.129.8521.42-
YUV150.23110.38159.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=43.40%
G=29.98%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413411900.310.390.241238.0761.37
HexC2867701F2718c263d
Octal3022061670374730144675
Binary11000010100001101110111011111100111110001100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28677; }

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

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

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

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

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

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

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

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