#C08971

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

Shades of Brandy Rose #C08971

Tints of Brandy Rose #C08971

Color information

#C08971 (or 0xC08971) is unknown color: approx Brandy Rose. HEX triplet: C0, 89 and 71. RGB value is (192,137,113). Sum of RGB (Red+Green+Blue) = 192+137+113=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08971 is #3F768E. Grayscale: #969696. Windows color (decimal): -4159119 or 7440832. OLE color: 7440832.

HSL color Cylindrical-coordinate representation of color #C08971: hue angle of 18.23º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08971 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192137113-
CMYK00.290.410.25
HSL18.23º38.54%59.8%-
HSV(B)18.23º41.15%75.29%-
XYZ33.6630.2919.7-
YUV150.71106.72157.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=43.44%
G=31.00%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213711300.290.410.2518.2338.5459.8
HexC0897101D291912273c
Octal3002111610355131224774
Binary110000001000100111100010111011010011100110010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08971; }

 p { color: rgb(192,137,113); }

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

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

 a { background-color: rgb(192,137,113); }

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

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

 span { border-color: rgb(192,137,113); }

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