#C08472

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

Shades of Brandy Rose #C08472

Tints of Brandy Rose #C08472

Color information

#C08472 (or 0xC08472) is unknown color: approx Brandy Rose. HEX triplet: C0, 84 and 72. RGB value is (192,132,114). Sum of RGB (Red+Green+Blue) = 192+132+114=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C08472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08472 is #3F7B8D. Grayscale: #949494. Windows color (decimal): -4160398 or 7505088. OLE color: 7505088.

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

Color convert

RGB192132114-
CMYK00.310.410.25
HSL13.85º38.24%60%-
HSV(B)13.85º40.62%75.29%-
XYZ33.0328.9219.76-
YUV147.89108.88159.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=43.84%
G=30.14%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213211400.310.410.2513.8538.2460
HexC0847201F2919e263c
Octal3002041620375131164674
Binary11000000100001001110010011111101001110011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08472; }

 p { color: rgb(192,132,114); }

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

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

 a { background-color: rgb(192,132,114); }

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

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

 span { border-color: rgb(192,132,114); }

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