#C28A79

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

Shades of Brandy Rose #C28A79

Tints of Brandy Rose #C28A79

Color information

#C28A79 (or 0xC28A79) is unknown color: approx Brandy Rose. HEX triplet: C2, 8A and 79. RGB value is (194,138,121). Sum of RGB (Red+Green+Blue) = 194+138+121=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A79 is #3D7586. Grayscale: #989898. Windows color (decimal): -4027783 or 7965378. OLE color: 7965378.

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

Color convert

RGB194138121-
CMYK00.290.380.24
HSL13.97º37.44%61.76%-
HSV(B)13.97º37.63%76.08%-
XYZ34.7931.0322.24-
YUV152.81110.05157.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=42.83%
G=30.46%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413812100.290.380.2413.9737.4461.76
HexC28A7901D2618e253e
Octal3022121710354630164576
Binary11000010100010101111001011101100110110001110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A79; }

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

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

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

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

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

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

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

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