#C17996

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

Shades of Hopbush #C17996

Tints of Hopbush #C17996

Color information

#C17996 (or 0xC17996) is unknown color: approx Hopbush. HEX triplet: C1, 79 and 96. RGB value is (193,121,150). Sum of RGB (Red+Green+Blue) = 193+121+150=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C17996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17996 is #3E8669. Grayscale: #919191. Windows color (decimal): -4097642 or 9861569. OLE color: 9861569.

HSL color Cylindrical-coordinate representation of color #C17996: hue angle of 335.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17996 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193121150-
CMYK00.370.220.24
HSL335.83º36.73%61.57%-
HSV(B)335.83º37.31%75.69%-
XYZ34.3327.2132.3-
YUV145.83130.35161.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=41.59%
G=26.08%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312115000.370.220.24335.8336.7361.57
HexC179960251618150253e
Octal30117122604526305204576
Binary1100000111110011001011001001011011011000101010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17996; }

 p { color: rgb(193,121,150); }

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

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

 a { background-color: rgb(193,121,150); }

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

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

 span { border-color: rgb(193,121,150); }

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