#C96B98

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

Shades of Hopbush #C96B98

Tints of Hopbush #C96B98

Color information

#C96B98 (or 0xC96B98) is unknown color: approx Hopbush. HEX triplet: C9, 6B and 98. RGB value is (201,107,152). Sum of RGB (Red+Green+Blue) = 201+107+152=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96B98 is #369467. Grayscale: #8C8C8C. Windows color (decimal): -3576936 or 9989065. OLE color: 9989065.

HSL color Cylindrical-coordinate representation of color #C96B98: hue angle of 331.28º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96B98 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB201107152-
CMYK00.470.240.21
HSL331.28º46.53%60.39%-
HSV(B)331.28º46.77%78.82%-
XYZ35.0125.232.72-
YUV140.24134.64171.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=43.70%
G=23.26%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110715200.470.240.21331.2846.5360.39
HexC96B9802F181514b2f3c
Octal31115323005730255135774
Binary1100100111010111001100001011111100010101101001011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96B98; }

 p { color: rgb(201,107,152); }

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

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

 a { background-color: rgb(201,107,152); }

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

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

 span { border-color: rgb(201,107,152); }

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