#C38677

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

Shades of Brandy Rose #C38677

Tints of Brandy Rose #C38677

Color information

#C38677 (or 0xC38677) is unknown color: approx Brandy Rose. HEX triplet: C3, 86 and 77. RGB value is (195,134,119). Sum of RGB (Red+Green+Blue) = 195+134+119=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C38677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38677 is #3C7988. Grayscale: #969696. Windows color (decimal): -3963273 or 7833283. OLE color: 7833283.

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

Color convert

RGB195134119-
CMYK00.310.390.24
HSL11.84º38.78%61.57%-
HSV(B)11.84º38.97%76.47%-
XYZ34.3629.9821.43-
YUV150.53110.21159.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=43.53%
G=29.91%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513411900.310.390.2411.8438.7861.57
HexC3867701F2718c273e
Octal3032061670374730144776
Binary11000011100001101110111011111100111110001100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38677; }

 p { color: rgb(195,134,119); }

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

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

 a { background-color: rgb(195,134,119); }

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

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

 span { border-color: rgb(195,134,119); }

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