#C78174

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

Shades of Brandy Rose #C78174

Tints of Brandy Rose #C78174

Color information

#C78174 (or 0xC78174) is unknown color: approx Brandy Rose. HEX triplet: C7, 81 and 74. RGB value is (199,129,116). Sum of RGB (Red+Green+Blue) = 199+129+116=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C78174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78174 is #387E8B. Grayscale: #949494. Windows color (decimal): -3702412 or 7635399. OLE color: 7635399.

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

Color convert

RGB199129116-
CMYK00.350.420.22
HSL9.4º42.56%61.76%-
HSV(B)9.4º41.71%78.04%-
XYZ34.5629.120.32-
YUV148.45109.69164.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=44.82%
G=29.05%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912911600.350.420.229.442.5661.76
HexC781740232A1692b3e
Octal3072011640435226115376
Binary110001111000000111101000100011101010101101001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78174; }

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

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

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

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

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

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

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

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