#CF5FA6

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

Shades of Hopbush #CF5FA6

Tints of Hopbush #CF5FA6

Color information

#CF5FA6 (or 0xCF5FA6) is unknown color: approx Hopbush. HEX triplet: CF, 5F and A6. RGB value is (207,95,166). Sum of RGB (Red+Green+Blue) = 207+95+166=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5FA6 is #30A059. Grayscale: #888888. Windows color (decimal): -3186778 or 10903503. OLE color: 10903503.

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

Color convert

RGB20795166-
CMYK00.540.200.19
HSL321.96º53.85%59.22%-
HSV(B)321.96º54.11%81.18%-
XYZ36.7124.238.81-
YUV136.58144.61178.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=44.23%
G=20.30%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079516600.540.200.19321.9653.8559.22
HexCF5FA60361413142363b
Octal31713724606624235026673
Binary1100111110111111010011001101101010010011101000010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5FA6; }

 p { color: rgb(207,95,166); }

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

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

 a { background-color: rgb(207,95,166); }

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

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

 span { border-color: rgb(207,95,166); }

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