#C78176

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

Shades of Brandy Rose #C78176

Tints of Brandy Rose #C78176

Color information

#C78176 (or 0xC78176) is unknown color: approx Brandy Rose. HEX triplet: C7, 81 and 76. RGB value is (199,129,118). Sum of RGB (Red+Green+Blue) = 199+129+118=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C78176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78176 is #387E89. Grayscale: #949494. Windows color (decimal): -3702410 or 7766471. OLE color: 7766471.

HSL color Cylindrical-coordinate representation of color #C78176: hue angle of 8.15º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78176 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199129118-
CMYK00.350.410.22
HSL8.15º41.97%62.16%-
HSV(B)8.15º40.7%78.04%-
XYZ34.6729.1520.94-
YUV148.68110.69163.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=44.62%
G=28.92%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912911800.350.410.228.1541.9762.16
HexC78176023291682a3e
Octal3072011660435126105276
Binary110001111000000111101100100011101001101101000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78176; }

 p { color: rgb(199,129,118); }

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

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

 a { background-color: rgb(199,129,118); }

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

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

 span { border-color: rgb(199,129,118); }

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