#C77E75

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

Shades of Brandy Rose #C77E75

Tints of Brandy Rose #C77E75

Color information

#C77E75 (or 0xC77E75) is unknown color: approx Brandy Rose. HEX triplet: C7, 7E and 75. RGB value is (199,126,117). Sum of RGB (Red+Green+Blue) = 199+126+117=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E75 is #38818A. Grayscale: #929292. Windows color (decimal): -3703179 or 7700167. OLE color: 7700167.

HSL color Cylindrical-coordinate representation of color #C77E75: hue angle of 6.59º 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 #C77E75 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199126117-
CMYK00.370.410.22
HSL6.59º42.27%61.96%-
HSV(B)6.59º41.21%78.04%-
XYZ34.2228.3520.5-
YUV146.8111.18165.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=45.02%
G=28.51%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912611700.370.410.226.5942.2761.96
HexC77E75025291672a3e
Octal307176165045512675276
Binary1100011111111101110101010010110100110110111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77E75; }

 p { color: rgb(199,126,117); }

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

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

 a { background-color: rgb(199,126,117); }

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

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

 span { border-color: rgb(199,126,117); }

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