#C08372

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

Shades of Brandy Rose #C08372

Tints of Brandy Rose #C08372

Color information

#C08372 (or 0xC08372) is unknown color: approx Brandy Rose. HEX triplet: C0, 83 and 72. RGB value is (192,131,114). Sum of RGB (Red+Green+Blue) = 192+131+114=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C08372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08372 is #3F7C8D. Grayscale: #939393. Windows color (decimal): -4160654 or 7504832. OLE color: 7504832.

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

Color convert

RGB192131114-
CMYK00.320.410.25
HSL13.08º38.24%60%-
HSV(B)13.08º40.62%75.29%-
XYZ32.8928.6519.72-
YUV147.3109.21159.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=43.94%
G=29.98%
B=26.09%

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
Decimal19213111400.320.410.2513.0838.2460
HexC083720202919d263c
Octal3002031620405131154674
Binary110000001000001111100100100000101001110011101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08372; }

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

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

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

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

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

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

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

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