#C28779

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

Shades of Brandy Rose #C28779

Tints of Brandy Rose #C28779

Color information

#C28779 (or 0xC28779) is unknown color: approx Brandy Rose. HEX triplet: C2, 87 and 79. RGB value is (194,135,121). Sum of RGB (Red+Green+Blue) = 194+135+121=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28779 is #3D7886. Grayscale: #979797. Windows color (decimal): -4028551 or 7964610. OLE color: 7964610.

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

Color convert

RGB194135121-
CMYK00.300.380.24
HSL11.51º37.44%61.76%-
HSV(B)11.51º37.63%76.08%-
XYZ34.3630.1822.1-
YUV151.04111.05158.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=43.11%
G=30%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413512100.300.380.2411.5137.4461.76
HexC2877901E2618c253e
Octal3022071710364630144576
Binary11000010100001111111001011110100110110001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28779; }

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

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

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

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

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

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

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

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