#C96C8D

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

Shades of Hopbush #C96C8D

Tints of Hopbush #C96C8D

Color information

#C96C8D (or 0xC96C8D) is unknown color: approx Hopbush. HEX triplet: C9, 6C and 8D. RGB value is (201,108,141). Sum of RGB (Red+Green+Blue) = 201+108+141=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C8D is #369372. Grayscale: #8B8B8B. Windows color (decimal): -3576691 or 9268425. OLE color: 9268425.

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

Color convert

RGB201108141-
CMYK00.460.300.21
HSL338.71º46.27%60.59%-
HSV(B)338.71º46.27%78.82%-
XYZ34.2625.0728.23-
YUV139.57128.81171.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.67%
GREEN value IS 108 (42.58% from 255) = 24%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=44.67%
G=24%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110814100.460.300.21338.7146.2760.59
HexC96C8D02E1E151532e3d
Octal31115421505636255235675
Binary1100100111011001000110101011101111010101101010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C8D; }

 p { color: rgb(201,108,141); }

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

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

 a { background-color: rgb(201,108,141); }

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

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

 span { border-color: rgb(201,108,141); }

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