#C36085

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

Shades of Hopbush #C36085

Tints of Hopbush #C36085

Color information

#C36085 (or 0xC36085) is unknown color: approx Hopbush. HEX triplet: C3, 60 and 85. RGB value is (195,96,133). Sum of RGB (Red+Green+Blue) = 195+96+133=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C36085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36085 is #3C9F7A. Grayscale: #818181. Windows color (decimal): -3972987 or 8741059. OLE color: 8741059.

HSL color Cylindrical-coordinate representation of color #C36085: hue angle of 337.58º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36085 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19596133-
CMYK00.510.320.24
HSL337.58º45.21%57.06%-
HSV(B)337.58º50.77%76.47%-
XYZ30.9221.6624.74-
YUV129.82129.8174.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=45.99%
G=22.64%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959613300.510.320.24337.5845.2157.06
HexC3608503320181522d39
Octal30314020506340305225571
Binary11000011110000010000101011001110000011000101010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36085; }

 p { color: rgb(195,96,133); }

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

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

 a { background-color: rgb(195,96,133); }

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

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

 span { border-color: rgb(195,96,133); }

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