#C36485

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

Shades of Hopbush #C36485

Tints of Hopbush #C36485

Color information

#C36485 (or 0xC36485) is unknown color: approx Hopbush. HEX triplet: C3, 64 and 85. RGB value is (195,100,133). Sum of RGB (Red+Green+Blue) = 195+100+133=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C36485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36485 is #3C9B7A. Grayscale: #848484. Windows color (decimal): -3971963 or 8742083. OLE color: 8742083.

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

Color convert

RGB195100133-
CMYK00.490.320.24
HSL339.16º44.19%57.84%-
HSV(B)339.16º48.72%76.47%-
XYZ31.322.4124.87-
YUV132.17128.47172.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=45.56%
G=23.36%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510013300.490.320.24339.1644.1957.84
HexC3648503120181532c3a
Octal30314420506140305235472
Binary11000011110010010000101011000110000011000101010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36485; }

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

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

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

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

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

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

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

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