#C28174

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

Shades of Brandy Rose #C28174

Tints of Brandy Rose #C28174

Color information

#C28174 (or 0xC28174) is unknown color: approx Brandy Rose. HEX triplet: C2, 81 and 74. RGB value is (194,129,116). Sum of RGB (Red+Green+Blue) = 194+129+116=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C28174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28174 is #3D7E8B. Grayscale: #939393. Windows color (decimal): -4030092 or 7635394. OLE color: 7635394.

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

Color convert

RGB194129116-
CMYK00.340.400.24
HSL10º39%60.78%-
HSV(B)10º40.21%76.08%-
XYZ33.2528.4320.26-
YUV146.95110.53161.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=44.19%
G=29.38%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412911600.340.400.24103960.78
HexC281740222818a273d
Octal3022011640425030124775
Binary110000101000000111101000100010101000110001010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28174; }

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

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

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

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

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

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

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

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