#C28B7A

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

Shades of Brandy Rose #C28B7A

Tints of Brandy Rose #C28B7A

Color information

#C28B7A (or 0xC28B7A) is unknown color: approx Brandy Rose. HEX triplet: C2, 8B and 7A. RGB value is (194,139,122). Sum of RGB (Red+Green+Blue) = 194+139+122=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B7A is #3D7485. Grayscale: #999999. Windows color (decimal): -4027526 or 8031170. OLE color: 8031170.

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

Color convert

RGB194139122-
CMYK00.280.370.24
HSL14.17º37.11%61.96%-
HSV(B)14.17º37.11%76.08%-
XYZ34.9931.3422.62-
YUV153.51110.22156.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=42.64%
G=30.55%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413912200.280.370.2414.1737.1161.96
HexC28B7A01C2518e253e
Octal3022131720344530164576
Binary11000010100010111111010011100100101110001110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B7A; }

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

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

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

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

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

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

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

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