#C96695

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

Shades of Hopbush #C96695

Tints of Hopbush #C96695

Color information

#C96695 (or 0xC96695) is unknown color: approx Hopbush. HEX triplet: C9, 66 and 95. RGB value is (201,102,149). Sum of RGB (Red+Green+Blue) = 201+102+149=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C96695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96695 is #36996A. Grayscale: #888888. Windows color (decimal): -3578219 or 9791177. OLE color: 9791177.

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

Color convert

RGB201102149-
CMYK00.490.260.21
HSL331.52º47.83%59.41%-
HSV(B)331.52º49.25%78.82%-
XYZ34.2624.0931.28-
YUV136.96134.8173.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=44.47%
G=22.57%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110214900.490.260.21331.5247.8359.41
HexC966950311A1514c303b
Octal31114622506132255146073
Binary1100100111001101001010101100011101010101101001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96695; }

 p { color: rgb(201,102,149); }

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

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

 a { background-color: rgb(201,102,149); }

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

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

 span { border-color: rgb(201,102,149); }

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