#C96185

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

Shades of Hopbush #C96185

Tints of Hopbush #C96185

Color information

#C96185 (or 0xC96185) is unknown color: approx Hopbush. HEX triplet: C9, 61 and 85. RGB value is (201,97,133). Sum of RGB (Red+Green+Blue) = 201+97+133=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96185 is #369E7A. Grayscale: #848484. Windows color (decimal): -3579515 or 8741321. OLE color: 8741321.

HSL color Cylindrical-coordinate representation of color #C96185: hue angle of 339.23º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96185 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20197133-
CMYK00.520.340.21
HSL339.23º49.06%58.43%-
HSV(B)339.23º51.74%78.82%-
XYZ32.622.6624.85-
YUV132.2128.46177.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=46.64%
G=22.51%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019713300.520.340.21339.2349.0658.43
HexC961850342215153313a
Octal31114120506442255236172
Binary11001001110000110000101011010010001010101101010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96185; }

 p { color: rgb(201,97,133); }

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

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

 a { background-color: rgb(201,97,133); }

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

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

 span { border-color: rgb(201,97,133); }

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