#C08271

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

Shades of Brandy Rose #C08271

Tints of Brandy Rose #C08271

Color information

#C08271 (or 0xC08271) is unknown color: approx Brandy Rose. HEX triplet: C0, 82 and 71. RGB value is (192,130,113). Sum of RGB (Red+Green+Blue) = 192+130+113=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C08271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08271 is #3F7D8E. Grayscale: #929292. Windows color (decimal): -4160911 or 7439040. OLE color: 7439040.

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

Color convert

RGB192130113-
CMYK00.320.410.25
HSL12.91º38.54%59.8%-
HSV(B)12.91º41.15%75.29%-
XYZ32.728.3619.37-
YUV146.6109.04160.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=44.14%
G=29.89%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213011300.320.410.2512.9138.5459.8
HexC082710202919d273c
Octal3002021610405131154774
Binary110000001000001011100010100000101001110011101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08271; }

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

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

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

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

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

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

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

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