#C78077

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

Shades of Brandy Rose #C78077

Tints of Brandy Rose #C78077

Color information

#C78077 (or 0xC78077) is unknown color: approx Brandy Rose. HEX triplet: C7, 80 and 77. RGB value is (199,128,119). Sum of RGB (Red+Green+Blue) = 199+128+119=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C78077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78077 is #387F88. Grayscale: #949494. Windows color (decimal): -3702665 or 7831751. OLE color: 7831751.

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

Color convert

RGB199128119-
CMYK00.360.400.22
HSL6.75º41.67%62.35%-
HSV(B)6.75º40.2%78.04%-
XYZ34.628.9121.21-
YUV148.2111.52164.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=44.62%
G=28.70%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912811900.360.400.226.7541.6762.35
HexC78077024281672a3e
Octal307200167044502675276
Binary11000111100000001110111010010010100010110111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78077; }

 p { color: rgb(199,128,119); }

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

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

 a { background-color: rgb(199,128,119); }

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

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

 span { border-color: rgb(199,128,119); }

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