#C96399

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

Shades of Hopbush #C96399

Tints of Hopbush #C96399

Color information

#C96399 (or 0xC96399) is unknown color: approx Hopbush. HEX triplet: C9, 63 and 99. RGB value is (201,99,153). Sum of RGB (Red+Green+Blue) = 201+99+153=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C96399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96399 is #369C66. Grayscale: #878787. Windows color (decimal): -3578983 or 10052553. OLE color: 10052553.

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

Color convert

RGB20199153-
CMYK00.510.240.21
HSL328.24º48.57%58.82%-
HSV(B)328.24º50.75%78.82%-
XYZ34.323.6432.89-
YUV135.65137.79174.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=44.37%
G=21.85%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019915300.510.240.21328.2448.5758.82
HexC963990331815148313b
Octal31114323106330255106173
Binary1100100111000111001100101100111100010101101001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96399; }

 p { color: rgb(201,99,153); }

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

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

 a { background-color: rgb(201,99,153); }

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

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

 span { border-color: rgb(201,99,153); }

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