#C0837C

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

Shades of Brandy Rose #C0837C

Tints of Brandy Rose #C0837C

Color information

#C0837C (or 0xC0837C) is unknown color: approx Brandy Rose. HEX triplet: C0, 83 and 7C. RGB value is (192,131,124). Sum of RGB (Red+Green+Blue) = 192+131+124=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0837C is #3F7C83. Grayscale: #949494. Windows color (decimal): -4160644 or 8160192. OLE color: 8160192.

HSL color Cylindrical-coordinate representation of color #C0837C: hue angle of 6.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0837C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB192131124-
CMYK00.320.350.25
HSL6.18º35.05%61.96%-
HSV(B)6.18º35.42%75.29%-
XYZ33.4928.8922.88-
YUV148.44114.21159.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=42.95%
G=29.31%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213112400.320.350.256.1835.0561.96
HexC0837C02023196233e
Octal300203174040433164376
Binary11000000100000111111100010000010001111001110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0837C; }

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

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

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

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

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

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

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

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