#C0837A

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

Shades of Brandy Rose #C0837A

Tints of Brandy Rose #C0837A

Color information

#C0837A (or 0xC0837A) is unknown color: approx Brandy Rose. HEX triplet: C0, 83 and 7A. RGB value is (192,131,122). Sum of RGB (Red+Green+Blue) = 192+131+122=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0837A is #3F7C85. Grayscale: #949494. Windows color (decimal): -4160646 or 8029120. OLE color: 8029120.

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

Color convert

RGB192131122-
CMYK00.320.360.25
HSL7.71º35.71%61.57%-
HSV(B)7.71º36.46%75.29%-
XYZ33.3728.8422.22-
YUV148.21113.21159.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=43.15%
G=29.44%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213112200.320.360.257.7135.7161.57
HexC0837A02024198243e
Octal3002031720404431104476
Binary110000001000001111110100100000100100110011000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0837A; }

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

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

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

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

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

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

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

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