#C78277

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

Shades of Brandy Rose #C78277

Tints of Brandy Rose #C78277

Color information

#C78277 (or 0xC78277) is unknown color: approx Brandy Rose. HEX triplet: C7, 82 and 77. RGB value is (199,130,119). Sum of RGB (Red+Green+Blue) = 199+130+119=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C78277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78277 is #387D88. Grayscale: #959595. Windows color (decimal): -3702153 or 7832263. OLE color: 7832263.

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

Color convert

RGB199130119-
CMYK00.350.400.22
HSL8.25º41.67%62.35%-
HSV(B)8.25º40.2%78.04%-
XYZ34.8729.4421.3-
YUV149.38110.86163.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.42%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=44.42%
G=29.02%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913011900.350.400.228.2541.6762.35
HexC78277023281682a3e
Octal3072021670435026105276
Binary110001111000001011101110100011101000101101000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78277; }

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

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

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

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

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

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

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

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