#C28274

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

Shades of Brandy Rose #C28274

Tints of Brandy Rose #C28274

Color information

#C28274 (or 0xC28274) is unknown color: approx Brandy Rose. HEX triplet: C2, 82 and 74. RGB value is (194,130,116). Sum of RGB (Red+Green+Blue) = 194+130+116=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28274 is #3D7D8B. Grayscale: #939393. Windows color (decimal): -4029836 or 7635650. OLE color: 7635650.

HSL color Cylindrical-coordinate representation of color #C28274: hue angle of 10.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28274 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194130116-
CMYK00.330.400.24
HSL10.77º39%60.78%-
HSV(B)10.77º40.21%76.08%-
XYZ33.3828.720.3-
YUV147.54110.2161.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=44.09%
G=29.55%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413011600.330.400.2410.773960.78
HexC282740212818b273d
Octal3022021640415030134775
Binary110000101000001011101000100001101000110001011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28274; }

 p { color: rgb(194,130,116); }

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

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

 a { background-color: rgb(194,130,116); }

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

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

 span { border-color: rgb(194,130,116); }

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