#C48777

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

Shades of Brandy Rose #C48777

Tints of Brandy Rose #C48777

Color information

#C48777 (or 0xC48777) is unknown color: approx Brandy Rose. HEX triplet: C4, 87 and 77. RGB value is (196,135,119). Sum of RGB (Red+Green+Blue) = 196+135+119=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48777 is #3B7888. Grayscale: #979797. Windows color (decimal): -3897481 or 7833540. OLE color: 7833540.

HSL color Cylindrical-coordinate representation of color #C48777: hue angle of 12.47º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48777 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196135119-
CMYK00.310.390.23
HSL12.47º39.49%61.76%-
HSV(B)12.47º39.29%76.86%-
XYZ34.7630.421.49-
YUV151.42109.71159.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=43.56%
G=30%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613511900.310.390.2312.4739.4961.76
HexC4877701F2717c273e
Octal3042071670374727144776
Binary11000100100001111110111011111100111101111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48777; }

 p { color: rgb(196,135,119); }

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

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

 a { background-color: rgb(196,135,119); }

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

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

 span { border-color: rgb(196,135,119); }

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