#CF5C96

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

Shades of Hopbush #CF5C96

Tints of Hopbush #CF5C96

Color information

#CF5C96 (or 0xCF5C96) is unknown color: approx Hopbush. HEX triplet: CF, 5C and 96. RGB value is (207,92,150). Sum of RGB (Red+Green+Blue) = 207+92+150=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5C96 is #30A369. Grayscale: #848484. Windows color (decimal): -3187562 or 9854159. OLE color: 9854159.

HSL color Cylindrical-coordinate representation of color #CF5C96: hue angle of 329.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C96 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20792150-
CMYK00.560.280.19
HSL329.74º54.5%58.63%-
HSV(B)329.74º55.56%81.18%-
XYZ35.0623.1231.47-
YUV133137.6180.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=46.10%
G=20.49%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079215000.560.280.19329.7454.558.63
HexCF5C960381C1314a373b
Octal31713422607034235126773
Binary1100111110111001001011001110001110010011101001010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5C96; }

 p { color: rgb(207,92,150); }

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

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

 a { background-color: rgb(207,92,150); }

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

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

 span { border-color: rgb(207,92,150); }

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