#C08670

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

Shades of Brandy Rose #C08670

Tints of Brandy Rose #C08670

Color information

#C08670 (or 0xC08670) is unknown color: approx Brandy Rose. HEX triplet: C0, 86 and 70. RGB value is (192,134,112). Sum of RGB (Red+Green+Blue) = 192+134+112=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C08670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08670 is #3F798F. Grayscale: #949494. Windows color (decimal): -4159888 or 7374528. OLE color: 7374528.

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

Color convert

RGB192134112-
CMYK00.300.420.25
HSL16.5º38.83%59.61%-
HSV(B)16.5º41.67%75.29%-
XYZ33.1929.4319.26-
YUV148.83107.22158.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=43.84%
G=30.59%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213411200.300.420.2516.538.8359.61
HexC0867001E2A1911273c
Octal3002061600365231214774
Binary110000001000011011100000111101010101100110001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08670; }

 p { color: rgb(192,134,112); }

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

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

 a { background-color: rgb(192,134,112); }

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

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

 span { border-color: rgb(192,134,112); }

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