#C78778

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

Shades of Brandy Rose #C78778

Tints of Brandy Rose #C78778

Color information

#C78778 (or 0xC78778) is unknown color: approx Brandy Rose. HEX triplet: C7, 87 and 78. RGB value is (199,135,120). Sum of RGB (Red+Green+Blue) = 199+135+120=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C78778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78778 is #387887. Grayscale: #989898. Windows color (decimal): -3700872 or 7899079. OLE color: 7899079.

HSL color Cylindrical-coordinate representation of color #C78778: hue angle of 11.39º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78778 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199135120-
CMYK00.320.400.22
HSL11.39º41.36%62.55%-
HSV(B)11.39º39.7%78.04%-
XYZ35.6130.8321.84-
YUV152.43109.7161.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=43.83%
G=29.74%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913512000.320.400.2211.3941.3662.55
HexC787780202816b293f
Octal3072071700405026135177
Binary110001111000011111110000100000101000101101011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78778; }

 p { color: rgb(199,135,120); }

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

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

 a { background-color: rgb(199,135,120); }

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

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

 span { border-color: rgb(199,135,120); }

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